public sealed class GetAgentPoolRequest : IMessage<GetAgentPoolRequest>, IEquatable<GetAgentPoolRequest>, IDeepCloneable<GetAgentPoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Storage Transfer v1 API class GetAgentPoolRequest.
Specifies the request passed to GetAgentPool.
Implements
IMessageGetAgentPoolRequest, IEquatableGetAgentPoolRequest, IDeepCloneableGetAgentPoolRequest, IBufferMessage, IMessageNamespace
Google.Cloud.StorageTransfer.V1Assembly
Google.Cloud.StorageTransfer.V1.dll
Constructors
GetAgentPoolRequest()
public GetAgentPoolRequest()
GetAgentPoolRequest(GetAgentPoolRequest)
public GetAgentPoolRequest(GetAgentPoolRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetAgentPoolRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the agent pool to get.
Property Value | |
---|---|
Type | Description |
string |