ArmNetworkCloudModelFactory.NetworkCloudClusterManagerData Method
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.
Initializes a new instance of NetworkCloudClusterManagerData.
public static Azure.ResourceManager.NetworkCloud.NetworkCloudClusterManagerData NetworkCloudClusterManagerData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.Core.ResourceIdentifier analyticsWorkspaceId = default, System.Collections.Generic.IEnumerable<string> availabilityZones = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.ClusterAvailableVersion> clusterVersions = default, Azure.ResourceManager.NetworkCloud.Models.ClusterManagerDetailedStatus? detailedStatus = default, string detailedStatusMessage = default, Azure.Core.ResourceIdentifier fabricControllerId = default, Azure.ResourceManager.NetworkCloud.Models.ManagedResourceGroupConfiguration managedResourceGroupConfiguration = default, Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation managerExtendedLocation = default, Azure.ResourceManager.NetworkCloud.Models.ClusterManagerProvisioningState? provisioningState = default, string vmSize = default);
static member NetworkCloudClusterManagerData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * Azure.Core.ResourceIdentifier * seq<string> * seq<Azure.ResourceManager.NetworkCloud.Models.ClusterAvailableVersion> * Nullable<Azure.ResourceManager.NetworkCloud.Models.ClusterManagerDetailedStatus> * string * Azure.Core.ResourceIdentifier * Azure.ResourceManager.NetworkCloud.Models.ManagedResourceGroupConfiguration * Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation * Nullable<Azure.ResourceManager.NetworkCloud.Models.ClusterManagerProvisioningState> * string -> Azure.ResourceManager.NetworkCloud.NetworkCloudClusterManagerData
Public Shared Function NetworkCloudClusterManagerData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional analyticsWorkspaceId As ResourceIdentifier = Nothing, Optional availabilityZones As IEnumerable(Of String) = Nothing, Optional clusterVersions As IEnumerable(Of ClusterAvailableVersion) = Nothing, Optional detailedStatus As Nullable(Of ClusterManagerDetailedStatus) = Nothing, Optional detailedStatusMessage As String = Nothing, Optional fabricControllerId As ResourceIdentifier = Nothing, Optional managedResourceGroupConfiguration As ManagedResourceGroupConfiguration = Nothing, Optional managerExtendedLocation As ExtendedLocation = Nothing, Optional provisioningState As Nullable(Of ClusterManagerProvisioningState) = Nothing, Optional vmSize As String = Nothing) As NetworkCloudClusterManagerData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- identity
- ManagedServiceIdentity
The identity of the cluster manager.
- analyticsWorkspaceId
- ResourceIdentifier
The resource ID of the Log Analytics workspace that is used for the logs collection.
- availabilityZones
- IEnumerable<String>
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.
- clusterVersions
- IEnumerable<ClusterAvailableVersion>
The list of the cluster versions the manager supports. It is used as input in clusterVersion property of a cluster resource.
- detailedStatus
- Nullable<ClusterManagerDetailedStatus>
The detailed status that provides additional information about the cluster manager.
- detailedStatusMessage
- String
The descriptive message about the current detailed status.
- fabricControllerId
- ResourceIdentifier
The resource ID of the fabric controller that has one to one mapping with the cluster manager.
- managedResourceGroupConfiguration
- ManagedResourceGroupConfiguration
The configuration of the managed resource group associated with the resource.
- managerExtendedLocation
- ExtendedLocation
The extended location (custom location) that represents the cluster manager's control plane location. This extended location is used when creating cluster and rack manifest resources.
- provisioningState
- Nullable<ClusterManagerProvisioningState>
The provisioning state of the cluster manager.
- vmSize
- String
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.
Returns
A new NetworkCloudClusterManagerData instance for mocking.
Applies to
Azure SDK for .NET