NetworkCloudClusterManagerData(AzureLocation, ResourceIdentifier) Constructor

Definition

Initializes a new instance of NetworkCloudClusterManagerData.

public NetworkCloudClusterManagerData(Azure.Core.AzureLocation location, Azure.Core.ResourceIdentifier fabricControllerId);
new Azure.ResourceManager.NetworkCloud.NetworkCloudClusterManagerData : Azure.Core.AzureLocation * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetworkCloud.NetworkCloudClusterManagerData
Public Sub New (location As AzureLocation, fabricControllerId As ResourceIdentifier)

Parameters

location
AzureLocation

The geo-location where the resource lives.

fabricControllerId
ResourceIdentifier

The resource ID of the fabric controller that has one to one mapping with the cluster manager.

Exceptions

fabricControllerId is null.

Applies to