ArmNetworkCloudModelFactory.NetworkCloudClusterManagerData Method

Definition

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.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.Resources.Models.ExtendedLocation managerExtendedLocation = default, Azure.ResourceManager.NetworkCloud.Models.ClusterManagerProvisioningState? provisioningState = default, string vmSize = default, Azure.Core.ResourceIdentifier relayNamespaceId = default, Azure.ETag? eTag = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.NetworkCloud.Models.NetworkCloudDeploymentType? kind = 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.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.Resources.Models.ExtendedLocation * Nullable<Azure.ResourceManager.NetworkCloud.Models.ClusterManagerProvisioningState> * string * Azure.Core.ResourceIdentifier * Nullable<Azure.ETag> * Azure.ResourceManager.Models.ManagedServiceIdentity * Nullable<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudDeploymentType> -> 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 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, Optional relayNamespaceId As ResourceIdentifier = Nothing, Optional eTag As Nullable(Of ETag) = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional kind As Nullable(Of NetworkCloudDeploymentType) = Nothing) As NetworkCloudClusterManagerData

Parameters

id
ResourceIdentifier

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
String

The name of the resource.

resourceType
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags
IDictionary<String,String>

Resource tags.

location
AzureLocation

The geo-location where the resource lives.

analyticsWorkspaceId
ResourceIdentifier

The resource ID of the Log Analytics workspace that is used for the logs collection.

availabilityZones
IEnumerable<String>

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

The size of the Azure virtual machines to use for hosting the cluster manager resource.

relayNamespaceId
ResourceIdentifier

The resource ID of the Azure relay namespace managed by the cluster manager.

eTag
Nullable<ETag>

"If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.").

identity
ManagedServiceIdentity

The managed service identities assigned to this resource.

kind
Nullable<NetworkCloudDeploymentType>

The kind of the cluster manager.

Returns

A new NetworkCloudClusterManagerData instance for mocking.

Exceptions

fabricControllerId is null.

Applies to