IClusterPatchParameters Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ClusterPatchParametersTypeConverter))]
public interface IClusterPatchParameters : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ClusterPatchParametersTypeConverter))>]
type IClusterPatchParameters = interface
interface IJsonSerializable
Public Interface IClusterPatchParameters
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AggregatorOrSingleRackDefinitionAvailabilityZone |
The zone name used for this rack when created. Availability zones are used for workload placement. |
AggregatorOrSingleRackDefinitionBareMetalMachineConfigurationData |
The unordered list of bare metal machine configuration. |
AggregatorOrSingleRackDefinitionNetworkRackId |
The resource ID of the network rack that matches this rack definition. |
AggregatorOrSingleRackDefinitionRackLocation |
The free-form description of the rack's location. |
AggregatorOrSingleRackDefinitionRackSerialNumber |
The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired. |
AggregatorOrSingleRackDefinitionRackSkuId |
The resource ID of the sku for the rack being added. |
AggregatorOrSingleRackDefinitionStorageApplianceConfigurationData |
The list of storage appliance configuration data for this rack. |
ClusterLocation |
The customer-provided location information to identify where the cluster resides. |
ClusterServicePrincipalApplicationId |
The application ID, also known as client ID, of the service principal. |
ClusterServicePrincipalId |
The principal ID, also known as the object ID, of the service principal. |
ClusterServicePrincipalPassword |
The password of the service principal. |
ClusterServicePrincipalTenantId |
The tenant ID, also known as the directory ID, of the tenant in which the service principal is created. |
ComputeDeploymentThresholdGrouping |
Selection of how the type evaluation is applied to the cluster calculation. |
ComputeDeploymentThresholdType |
Selection of how the threshold should be evaluated. |
ComputeDeploymentThresholdValue |
The numeric threshold value. |
ComputeRackDefinition |
The list of rack definitions for the compute racks in a multi-rack cluster, or an empty list in a single-rack cluster. |
Tag |
The Azure resource tags that will replace the existing ones. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |