ClusterManager Class
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.
ClusterManager represents a control-plane to manage one or more on-premises clusters.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ClusterManagerTypeConverter))]
public class ClusterManager : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IClusterManager, Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ClusterManagerTypeConverter))>]
type ClusterManager = class
interface IClusterManager
interface IJsonSerializable
interface ITrackedResource
interface IResource
interface IValidates
Public Class ClusterManager
Implements IClusterManager, IValidates
- Inheritance
-
ClusterManager
- Attributes
- Implements
Constructors
ClusterManager() |
Creates an new ClusterManager instance. |
Properties
AnalyticsWorkspaceId |
The resource ID of the Log Analytics workspace that is used for the logs collection. |
AvailabilityZone |
Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The Azure availability zones within the region that will be used to support the cluster manager resource. |
ClusterVersion |
The list of the cluster versions the manager supports. It is used as input in clusterVersion property of a cluster resource. |
DetailedStatus |
The detailed status that provides additional information about the cluster manager. |
DetailedStatusMessage |
The descriptive message about the current detailed status. |
FabricControllerId |
The resource ID of the fabric controller that has one to one mapping with the cluster manager. |
Id |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
Location |
The geo-location where the resource lives |
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. |
ManagerExtendedLocationName |
The resource ID of the extended location on which the resource will be created. |
ManagerExtendedLocationType |
The extended location type, for example, CustomLocation. |
Name |
The name of the resource |
ProvisioningState |
The provisioning state of the cluster manager. |
ResourceGroupName |
Gets the resource group name |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
Tag |
Resource tags. |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
VMSize |
Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The size of the Azure virtual machines to use for hosting the cluster manager resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClusterManager. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClusterManager. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IClusterManager. |
FromJsonString(String) |
Creates a new instance of ClusterManager, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClusterManager into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |