IClusterProperties 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.Api20240701.ClusterPropertiesTypeConverter))]
public interface IClusterProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ClusterPropertiesTypeConverter))>]
type IClusterProperties = interface
interface IJsonSerializable
Public Interface IClusterProperties
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. |
AnalyticsWorkspaceId |
The resource ID of the Log Analytics Workspace that will be used for storing relevant logs. |
AssociatedIdentityType |
The type of managed identity that is being selected. |
AssociatedIdentityUserAssignedIdentityResourceId |
The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type. |
AvailableUpgradeVersion |
The list of cluster runtime version upgrades available for this cluster. |
ClusterCapacityAvailableApplianceStorageGb |
The remaining appliance-based storage in GB available for workload use. Measured in gibibytes. |
ClusterCapacityAvailableCoreCount |
The remaining number of cores that are available in this cluster for workload use. |
ClusterCapacityAvailableHostStorageGb |
The remaining machine or host-based storage in GB available for workload use. Measured in gibibytes. |
ClusterCapacityAvailableMemoryGb |
The remaining memory in GB that are available in this cluster for workload use. Measured in gibibytes. |
ClusterCapacityTotalApplianceStorageGb |
The total appliance-based storage in GB supported by this cluster for workload use. Measured in gibibytes. |
ClusterCapacityTotalCoreCount |
The total number of cores that are supported by this cluster for workload use. |
ClusterCapacityTotalHostStorageGb |
The total machine or host-based storage in GB supported by this cluster for workload use. Measured in gibibytes. |
ClusterCapacityTotalMemoryGb |
The total memory supported by this cluster for workload use. Measured in gibibytes. |
ClusterConnectionStatus |
The latest heartbeat status between the cluster manager and the cluster. |
ClusterExtendedLocationName |
The resource ID of the extended location on which the resource will be created. |
ClusterExtendedLocationType |
The extended location type, for example, CustomLocation. |
ClusterLocation |
The customer-provided location information to identify where the cluster resides. |
ClusterManagerConnectionStatus |
The latest connectivity status between cluster manager and the cluster. |
ClusterManagerId |
The resource ID of the cluster manager that manages this cluster. This is set by the Cluster Manager when the cluster is created. |
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. |
ClusterType |
The type of rack configuration for the cluster. |
ClusterVersion |
The current runtime version of the cluster. |
CommandOutputSettingContainerUrl |
The URL of the storage account container that is to be used by the specified identities. |
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. |
DetailedStatus |
The current detailed status of the cluster. |
DetailedStatusMessage |
The descriptive message about the detailed status. |
HybridAkExtendedLocationName |
The resource ID of the extended location on which the resource will be created. |
HybridAkExtendedLocationType |
The extended location type, for example, CustomLocation. |
ManagedResourceGroupConfigurationLocation |
The location of the managed resource group. If not specified, the location of the parent resource is chosen. |
ManagedResourceGroupConfigurationName |
The name for the managed resource group. If not specified, the unique name is automatically generated. |
ManualActionCount |
The count of Manual Action Taken (MAT) events that have not been validated. |
NetworkFabricId |
The resource ID of the Network Fabric associated with the cluster. |
ProvisioningState |
The provisioning state of the cluster. |
RuntimeProtectionConfigurationEnforcementLevel |
The mode of operation for runtime protection. |
SecretArchiveKeyVaultId |
The resource ID of the key vault to archive the secrets of the cluster. |
SecretArchiveUseKeyVault |
The indicator if the specified key vault should be used to archive the secrets of the cluster. |
SupportExpiryDate |
The support end date of the runtime version of the cluster. |
UpdateStrategyMaxUnavailable |
The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack. Limited by the maximum number of machines in the increment. Defaults to the whole increment size. |
UpdateStrategyThresholdType |
Selection of how the threshold should be evaluated. |
UpdateStrategyThresholdValue |
The numeric threshold value. |
UpdateStrategyType |
The mode of operation for runtime protection. |
UpdateStrategyWaitTimeMinute |
The time to wait between the increments of update defined by the strategy. |
WorkloadResourceId |
The list of workload resource IDs that are hosted within this cluster. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |