Freigeben über


IClusterPatchProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ClusterPatchPropertiesTypeConverter))]
public interface IClusterPatchProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ClusterPatchPropertiesTypeConverter))>]
type IClusterPatchProperties = interface
    interface IJsonSerializable
Public Interface IClusterPatchProperties
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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to