public class AzureClusters.AzureClustersClient : ClientBase<AzureClusters.AzureClustersClient>Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AzureClusters.AzureClustersClient.
Client for AzureClusters
Inheritance
object > ClientBase > ClientBaseAzureClustersAzureClustersClient > AzureClusters.AzureClustersClientNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
AzureClustersClient()
protected AzureClustersClient()Protected parameterless constructor to allow creation of test doubles.
AzureClustersClient(CallInvoker)
public AzureClustersClient(CallInvoker callInvoker)Creates a new client for AzureClusters that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
AzureClustersClient(ChannelBase)
public AzureClustersClient(ChannelBase channel)Creates a new client for AzureClusters
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
AzureClustersClient(ClientBaseConfiguration)
protected AzureClustersClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfigurationThe client configuration. |
Methods
CreateAzureClient(CreateAzureClientRequest, CallOptions)
public virtual Operation CreateAzureClient(CreateAzureClientRequest request, CallOptions options)Creates a new [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource on a given Google Cloud project and region.
AzureClient resources hold client authentication
information needed by the Anthos Multicloud API to manage Azure resources
on your Azure subscription on your behalf.
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAzureClientRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateAzureClient(CreateAzureClientRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateAzureClient(CreateAzureClientRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource on a given Google Cloud project and region.
AzureClient resources hold client authentication
information needed by the Anthos Multicloud API to manage Azure resources
on your Azure subscription on your behalf.
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAzureClientRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateAzureClientAsync(CreateAzureClientRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateAzureClientAsync(CreateAzureClientRequest request, CallOptions options)Creates a new [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource on a given Google Cloud project and region.
AzureClient resources hold client authentication
information needed by the Anthos Multicloud API to manage Azure resources
on your Azure subscription on your behalf.
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAzureClientRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateAzureClientAsync(CreateAzureClientRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateAzureClientAsync(CreateAzureClientRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource on a given Google Cloud project and region.
AzureClient resources hold client authentication
information needed by the Anthos Multicloud API to manage Azure resources
on your Azure subscription on your behalf.
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAzureClientRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateAzureCluster(CreateAzureClusterRequest, CallOptions)
public virtual Operation CreateAzureCluster(CreateAzureClusterRequest request, CallOptions options)Creates a new [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource on a given Google Cloud Platform project and region.
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAzureClusterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateAzureCluster(CreateAzureClusterRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateAzureCluster(CreateAzureClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource on a given Google Cloud Platform project and region.
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAzureClusterRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateAzureClusterAsync(CreateAzureClusterRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateAzureClusterAsync(CreateAzureClusterRequest request, CallOptions options)Creates a new [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource on a given Google Cloud Platform project and region.
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAzureClusterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateAzureClusterAsync(CreateAzureClusterRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateAzureClusterAsync(CreateAzureClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource on a given Google Cloud Platform project and region.
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAzureClusterRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateAzureNodePool(CreateAzureNodePoolRequest, CallOptions)
public virtual Operation CreateAzureNodePool(CreateAzureNodePoolRequest request, CallOptions options)Creates a new [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool], attached to a given [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster].
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAzureNodePoolRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateAzureNodePool(CreateAzureNodePoolRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateAzureNodePool(CreateAzureNodePoolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool], attached to a given [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster].
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAzureNodePoolRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateAzureNodePoolAsync(CreateAzureNodePoolRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateAzureNodePoolAsync(CreateAzureNodePoolRequest request, CallOptions options)Creates a new [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool], attached to a given [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster].
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAzureNodePoolRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateAzureNodePoolAsync(CreateAzureNodePoolRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateAzureNodePoolAsync(CreateAzureNodePoolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool], attached to a given [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster].
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAzureNodePoolRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateOperationsClient()
public virtual Operations.OperationsClient CreateOperationsClient()Creates a new instance of Operations.OperationsClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description |
OperationsOperationsClient |
A new Operations client for the same target as this client. |
DeleteAzureClient(DeleteAzureClientRequest, CallOptions)
public virtual Operation DeleteAzureClient(DeleteAzureClientRequest request, CallOptions options)Deletes a specific [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource.
If the client is used by one or more clusters, deletion will
fail and a FAILED_PRECONDITION error will be returned.
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAzureClientRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteAzureClient(DeleteAzureClientRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteAzureClient(DeleteAzureClientRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a specific [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource.
If the client is used by one or more clusters, deletion will
fail and a FAILED_PRECONDITION error will be returned.
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAzureClientRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteAzureClientAsync(DeleteAzureClientRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteAzureClientAsync(DeleteAzureClientRequest request, CallOptions options)Deletes a specific [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource.
If the client is used by one or more clusters, deletion will
fail and a FAILED_PRECONDITION error will be returned.
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAzureClientRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteAzureClientAsync(DeleteAzureClientRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteAzureClientAsync(DeleteAzureClientRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a specific [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource.
If the client is used by one or more clusters, deletion will
fail and a FAILED_PRECONDITION error will be returned.
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAzureClientRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteAzureCluster(DeleteAzureClusterRequest, CallOptions)
public virtual Operation DeleteAzureCluster(DeleteAzureClusterRequest request, CallOptions options)Deletes a specific [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource.
Fails if the cluster has one or more associated [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resources.
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAzureClusterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteAzureCluster(DeleteAzureClusterRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteAzureCluster(DeleteAzureClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a specific [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource.
Fails if the cluster has one or more associated [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resources.
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAzureClusterRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteAzureClusterAsync(DeleteAzureClusterRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteAzureClusterAsync(DeleteAzureClusterRequest request, CallOptions options)Deletes a specific [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource.
Fails if the cluster has one or more associated [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resources.
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAzureClusterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteAzureClusterAsync(DeleteAzureClusterRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteAzureClusterAsync(DeleteAzureClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a specific [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource.
Fails if the cluster has one or more associated [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resources.
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAzureClusterRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteAzureNodePool(DeleteAzureNodePoolRequest, CallOptions)
public virtual Operation DeleteAzureNodePool(DeleteAzureNodePoolRequest request, CallOptions options)Deletes a specific [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resource.
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAzureNodePoolRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteAzureNodePool(DeleteAzureNodePoolRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteAzureNodePool(DeleteAzureNodePoolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a specific [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resource.
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAzureNodePoolRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteAzureNodePoolAsync(DeleteAzureNodePoolRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteAzureNodePoolAsync(DeleteAzureNodePoolRequest request, CallOptions options)Deletes a specific [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resource.
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAzureNodePoolRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteAzureNodePoolAsync(DeleteAzureNodePoolRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteAzureNodePoolAsync(DeleteAzureNodePoolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a specific [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resource.
If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAzureNodePoolRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
GenerateAzureAccessToken(GenerateAzureAccessTokenRequest, CallOptions)
public virtual GenerateAzureAccessTokenResponse GenerateAzureAccessToken(GenerateAzureAccessTokenRequest request, CallOptions options)Generates a short-lived access token to authenticate to a given [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GenerateAzureAccessTokenRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
GenerateAzureAccessTokenResponse |
The response received from the server. |
GenerateAzureAccessToken(GenerateAzureAccessTokenRequest, Metadata, DateTime?, CancellationToken)
public virtual GenerateAzureAccessTokenResponse GenerateAzureAccessToken(GenerateAzureAccessTokenRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Generates a short-lived access token to authenticate to a given [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GenerateAzureAccessTokenRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
GenerateAzureAccessTokenResponse |
The response received from the server. |
GenerateAzureAccessTokenAsync(GenerateAzureAccessTokenRequest, CallOptions)
public virtual AsyncUnaryCall<GenerateAzureAccessTokenResponse> GenerateAzureAccessTokenAsync(GenerateAzureAccessTokenRequest request, CallOptions options)Generates a short-lived access token to authenticate to a given [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GenerateAzureAccessTokenRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallGenerateAzureAccessTokenResponse |
The call object. |
GenerateAzureAccessTokenAsync(GenerateAzureAccessTokenRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<GenerateAzureAccessTokenResponse> GenerateAzureAccessTokenAsync(GenerateAzureAccessTokenRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Generates a short-lived access token to authenticate to a given [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GenerateAzureAccessTokenRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallGenerateAzureAccessTokenResponse |
The call object. |
GenerateAzureClusterAgentToken(GenerateAzureClusterAgentTokenRequest, CallOptions)
public virtual GenerateAzureClusterAgentTokenResponse GenerateAzureClusterAgentToken(GenerateAzureClusterAgentTokenRequest request, CallOptions options)Generates an access token for a cluster agent.
| Parameters | |
|---|---|
| Name | Description |
request |
GenerateAzureClusterAgentTokenRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
GenerateAzureClusterAgentTokenResponse |
The response received from the server. |
GenerateAzureClusterAgentToken(GenerateAzureClusterAgentTokenRequest, Metadata, DateTime?, CancellationToken)
public virtual GenerateAzureClusterAgentTokenResponse GenerateAzureClusterAgentToken(GenerateAzureClusterAgentTokenRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Generates an access token for a cluster agent.
| Parameters | |
|---|---|
| Name | Description |
request |
GenerateAzureClusterAgentTokenRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
GenerateAzureClusterAgentTokenResponse |
The response received from the server. |
GenerateAzureClusterAgentTokenAsync(GenerateAzureClusterAgentTokenRequest, CallOptions)
public virtual AsyncUnaryCall<GenerateAzureClusterAgentTokenResponse> GenerateAzureClusterAgentTokenAsync(GenerateAzureClusterAgentTokenRequest request, CallOptions options)Generates an access token for a cluster agent.
| Parameters | |
|---|---|
| Name | Description |
request |
GenerateAzureClusterAgentTokenRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallGenerateAzureClusterAgentTokenResponse |
The call object. |
GenerateAzureClusterAgentTokenAsync(GenerateAzureClusterAgentTokenRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<GenerateAzureClusterAgentTokenResponse> GenerateAzureClusterAgentTokenAsync(GenerateAzureClusterAgentTokenRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Generates an access token for a cluster agent.
| Parameters | |
|---|---|
| Name | Description |
request |
GenerateAzureClusterAgentTokenRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallGenerateAzureClusterAgentTokenResponse |
The call object. |
GetAzureClient(GetAzureClientRequest, CallOptions)
public virtual AzureClient GetAzureClient(GetAzureClientRequest request, CallOptions options)Describes a specific [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureClientRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AzureClient |
The response received from the server. |
GetAzureClient(GetAzureClientRequest, Metadata, DateTime?, CancellationToken)
public virtual AzureClient GetAzureClient(GetAzureClientRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Describes a specific [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureClientRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AzureClient |
The response received from the server. |
GetAzureClientAsync(GetAzureClientRequest, CallOptions)
public virtual AsyncUnaryCall<AzureClient> GetAzureClientAsync(GetAzureClientRequest request, CallOptions options)Describes a specific [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureClientRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAzureClient |
The call object. |
GetAzureClientAsync(GetAzureClientRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<AzureClient> GetAzureClientAsync(GetAzureClientRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Describes a specific [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureClientRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAzureClient |
The call object. |
GetAzureCluster(GetAzureClusterRequest, CallOptions)
public virtual AzureCluster GetAzureCluster(GetAzureClusterRequest request, CallOptions options)Describes a specific [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureClusterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AzureCluster |
The response received from the server. |
GetAzureCluster(GetAzureClusterRequest, Metadata, DateTime?, CancellationToken)
public virtual AzureCluster GetAzureCluster(GetAzureClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Describes a specific [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureClusterRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AzureCluster |
The response received from the server. |
GetAzureClusterAsync(GetAzureClusterRequest, CallOptions)
public virtual AsyncUnaryCall<AzureCluster> GetAzureClusterAsync(GetAzureClusterRequest request, CallOptions options)Describes a specific [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureClusterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAzureCluster |
The call object. |
GetAzureClusterAsync(GetAzureClusterRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<AzureCluster> GetAzureClusterAsync(GetAzureClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Describes a specific [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureClusterRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAzureCluster |
The call object. |
GetAzureJsonWebKeys(GetAzureJsonWebKeysRequest, CallOptions)
public virtual AzureJsonWebKeys GetAzureJsonWebKeys(GetAzureJsonWebKeysRequest request, CallOptions options)Gets the public component of the cluster signing keys in JSON Web Key format.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureJsonWebKeysRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AzureJsonWebKeys |
The response received from the server. |
GetAzureJsonWebKeys(GetAzureJsonWebKeysRequest, Metadata, DateTime?, CancellationToken)
public virtual AzureJsonWebKeys GetAzureJsonWebKeys(GetAzureJsonWebKeysRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets the public component of the cluster signing keys in JSON Web Key format.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureJsonWebKeysRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AzureJsonWebKeys |
The response received from the server. |
GetAzureJsonWebKeysAsync(GetAzureJsonWebKeysRequest, CallOptions)
public virtual AsyncUnaryCall<AzureJsonWebKeys> GetAzureJsonWebKeysAsync(GetAzureJsonWebKeysRequest request, CallOptions options)Gets the public component of the cluster signing keys in JSON Web Key format.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureJsonWebKeysRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAzureJsonWebKeys |
The call object. |
GetAzureJsonWebKeysAsync(GetAzureJsonWebKeysRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<AzureJsonWebKeys> GetAzureJsonWebKeysAsync(GetAzureJsonWebKeysRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets the public component of the cluster signing keys in JSON Web Key format.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureJsonWebKeysRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAzureJsonWebKeys |
The call object. |
GetAzureNodePool(GetAzureNodePoolRequest, CallOptions)
public virtual AzureNodePool GetAzureNodePool(GetAzureNodePoolRequest request, CallOptions options)Describes a specific [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureNodePoolRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AzureNodePool |
The response received from the server. |
GetAzureNodePool(GetAzureNodePoolRequest, Metadata, DateTime?, CancellationToken)
public virtual AzureNodePool GetAzureNodePool(GetAzureNodePoolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Describes a specific [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureNodePoolRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AzureNodePool |
The response received from the server. |
GetAzureNodePoolAsync(GetAzureNodePoolRequest, CallOptions)
public virtual AsyncUnaryCall<AzureNodePool> GetAzureNodePoolAsync(GetAzureNodePoolRequest request, CallOptions options)Describes a specific [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureNodePoolRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAzureNodePool |
The call object. |
GetAzureNodePoolAsync(GetAzureNodePoolRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<AzureNodePool> GetAzureNodePoolAsync(GetAzureNodePoolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Describes a specific [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureNodePoolRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAzureNodePool |
The call object. |
GetAzureOpenIdConfig(GetAzureOpenIdConfigRequest, CallOptions)
public virtual AzureOpenIdConfig GetAzureOpenIdConfig(GetAzureOpenIdConfigRequest request, CallOptions options)Gets the OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureOpenIdConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AzureOpenIdConfig |
The response received from the server. |
GetAzureOpenIdConfig(GetAzureOpenIdConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AzureOpenIdConfig GetAzureOpenIdConfig(GetAzureOpenIdConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets the OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureOpenIdConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AzureOpenIdConfig |
The response received from the server. |
GetAzureOpenIdConfigAsync(GetAzureOpenIdConfigRequest, CallOptions)
public virtual AsyncUnaryCall<AzureOpenIdConfig> GetAzureOpenIdConfigAsync(GetAzureOpenIdConfigRequest request, CallOptions options)Gets the OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureOpenIdConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAzureOpenIdConfig |
The call object. |
GetAzureOpenIdConfigAsync(GetAzureOpenIdConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<AzureOpenIdConfig> GetAzureOpenIdConfigAsync(GetAzureOpenIdConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets the OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureOpenIdConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAzureOpenIdConfig |
The call object. |
GetAzureServerConfig(GetAzureServerConfigRequest, CallOptions)
public virtual AzureServerConfig GetAzureServerConfig(GetAzureServerConfigRequest request, CallOptions options)Returns information, such as supported Azure regions and Kubernetes versions, on a given Google Cloud location.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureServerConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AzureServerConfig |
The response received from the server. |
GetAzureServerConfig(GetAzureServerConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AzureServerConfig GetAzureServerConfig(GetAzureServerConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Returns information, such as supported Azure regions and Kubernetes versions, on a given Google Cloud location.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureServerConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AzureServerConfig |
The response received from the server. |
GetAzureServerConfigAsync(GetAzureServerConfigRequest, CallOptions)
public virtual AsyncUnaryCall<AzureServerConfig> GetAzureServerConfigAsync(GetAzureServerConfigRequest request, CallOptions options)Returns information, such as supported Azure regions and Kubernetes versions, on a given Google Cloud location.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureServerConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAzureServerConfig |
The call object. |
GetAzureServerConfigAsync(GetAzureServerConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<AzureServerConfig> GetAzureServerConfigAsync(GetAzureServerConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Returns information, such as supported Azure regions and Kubernetes versions, on a given Google Cloud location.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAzureServerConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAzureServerConfig |
The call object. |
ListAzureClients(ListAzureClientsRequest, CallOptions)
public virtual ListAzureClientsResponse ListAzureClients(ListAzureClientsRequest request, CallOptions options)Lists all [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resources on a given Google Cloud project and region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAzureClientsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListAzureClientsResponse |
The response received from the server. |
ListAzureClients(ListAzureClientsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListAzureClientsResponse ListAzureClients(ListAzureClientsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists all [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resources on a given Google Cloud project and region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAzureClientsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListAzureClientsResponse |
The response received from the server. |
ListAzureClientsAsync(ListAzureClientsRequest, CallOptions)
public virtual AsyncUnaryCall<ListAzureClientsResponse> ListAzureClientsAsync(ListAzureClientsRequest request, CallOptions options)Lists all [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resources on a given Google Cloud project and region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAzureClientsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListAzureClientsResponse |
The call object. |
ListAzureClientsAsync(ListAzureClientsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListAzureClientsResponse> ListAzureClientsAsync(ListAzureClientsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists all [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resources on a given Google Cloud project and region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAzureClientsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListAzureClientsResponse |
The call object. |
ListAzureClusters(ListAzureClustersRequest, CallOptions)
public virtual ListAzureClustersResponse ListAzureClusters(ListAzureClustersRequest request, CallOptions options)Lists all [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resources on a given Google Cloud project and region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAzureClustersRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListAzureClustersResponse |
The response received from the server. |
ListAzureClusters(ListAzureClustersRequest, Metadata, DateTime?, CancellationToken)
public virtual ListAzureClustersResponse ListAzureClusters(ListAzureClustersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists all [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resources on a given Google Cloud project and region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAzureClustersRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListAzureClustersResponse |
The response received from the server. |
ListAzureClustersAsync(ListAzureClustersRequest, CallOptions)
public virtual AsyncUnaryCall<ListAzureClustersResponse> ListAzureClustersAsync(ListAzureClustersRequest request, CallOptions options)Lists all [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resources on a given Google Cloud project and region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAzureClustersRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListAzureClustersResponse |
The call object. |
ListAzureClustersAsync(ListAzureClustersRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListAzureClustersResponse> ListAzureClustersAsync(ListAzureClustersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists all [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resources on a given Google Cloud project and region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAzureClustersRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListAzureClustersResponse |
The call object. |
ListAzureNodePools(ListAzureNodePoolsRequest, CallOptions)
public virtual ListAzureNodePoolsResponse ListAzureNodePools(ListAzureNodePoolsRequest request, CallOptions options)Lists all [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resources on a given [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster].
| Parameters | |
|---|---|
| Name | Description |
request |
ListAzureNodePoolsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListAzureNodePoolsResponse |
The response received from the server. |
ListAzureNodePools(ListAzureNodePoolsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListAzureNodePoolsResponse ListAzureNodePools(ListAzureNodePoolsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists all [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resources on a given [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster].
| Parameters | |
|---|---|
| Name | Description |
request |
ListAzureNodePoolsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListAzureNodePoolsResponse |
The response received from the server. |
ListAzureNodePoolsAsync(ListAzureNodePoolsRequest, CallOptions)
public virtual AsyncUnaryCall<ListAzureNodePoolsResponse> ListAzureNodePoolsAsync(ListAzureNodePoolsRequest request, CallOptions options)Lists all [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resources on a given [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster].
| Parameters | |
|---|---|
| Name | Description |
request |
ListAzureNodePoolsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListAzureNodePoolsResponse |
The call object. |
ListAzureNodePoolsAsync(ListAzureNodePoolsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListAzureNodePoolsResponse> ListAzureNodePoolsAsync(ListAzureNodePoolsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists all [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resources on a given [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster].
| Parameters | |
|---|---|
| Name | Description |
request |
ListAzureNodePoolsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListAzureNodePoolsResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override AzureClusters.AzureClustersClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
AzureClustersAzureClustersClient |
|
UpdateAzureCluster(UpdateAzureClusterRequest, CallOptions)
public virtual Operation UpdateAzureCluster(UpdateAzureClusterRequest request, CallOptions options)Updates an [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster].
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAzureClusterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateAzureCluster(UpdateAzureClusterRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateAzureCluster(UpdateAzureClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates an [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster].
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAzureClusterRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateAzureClusterAsync(UpdateAzureClusterRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateAzureClusterAsync(UpdateAzureClusterRequest request, CallOptions options)Updates an [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster].
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAzureClusterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateAzureClusterAsync(UpdateAzureClusterRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateAzureClusterAsync(UpdateAzureClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates an [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster].
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAzureClusterRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateAzureNodePool(UpdateAzureNodePoolRequest, CallOptions)
public virtual Operation UpdateAzureNodePool(UpdateAzureNodePoolRequest request, CallOptions options)Updates an [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool].
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAzureNodePoolRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateAzureNodePool(UpdateAzureNodePoolRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateAzureNodePool(UpdateAzureNodePoolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates an [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool].
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAzureNodePoolRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateAzureNodePoolAsync(UpdateAzureNodePoolRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateAzureNodePoolAsync(UpdateAzureNodePoolRequest request, CallOptions options)Updates an [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool].
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAzureNodePoolRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateAzureNodePoolAsync(UpdateAzureNodePoolRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateAzureNodePoolAsync(UpdateAzureNodePoolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates an [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool].
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAzureNodePoolRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |