public sealed class UpdateAzureNodePoolRequest : IMessage<UpdateAzureNodePoolRequest>, IEquatable<UpdateAzureNodePoolRequest>, IDeepCloneable<UpdateAzureNodePoolRequest>, IBufferMessage, IMessageReference documentation and code samples for the Anthos Multi-Cloud v1 API class UpdateAzureNodePoolRequest.
Request message for AzureClusters.UpdateAzureNodePool method.
Implements
IMessageUpdateAzureNodePoolRequest, IEquatableUpdateAzureNodePoolRequest, IDeepCloneableUpdateAzureNodePoolRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
UpdateAzureNodePoolRequest()
public UpdateAzureNodePoolRequest()UpdateAzureNodePoolRequest(UpdateAzureNodePoolRequest)
public UpdateAzureNodePoolRequest(UpdateAzureNodePoolRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateAzureNodePoolRequest |
Properties
AzureNodePool
public AzureNodePool AzureNodePool { get; set; }Required. The [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resource to update.
| Property Value | |
|---|---|
| Type | Description |
AzureNodePool |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field can only include these fields from [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool]:
*. annotations.
version.autoscaling.min_node_count.autoscaling.max_node_count.config.ssh_config.authorized_key.management.auto_repair.management.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|
ValidateOnly
public bool ValidateOnly { get; set; }If set, only validate the request, but don't actually update the node pool.
| Property Value | |
|---|---|
| Type | Description |
bool |
|