NetworkCloudExtensions.GetNetworkCloudClusterManager Method

Definition

Get the properties of the provided cluster manager. <item> Mocking. To mock this method, please mock GetNetworkCloudClusterManager(String, CancellationToken) instead. </item>

public static Azure.Response<Azure.ResourceManager.NetworkCloud.NetworkCloudClusterManagerResource> GetNetworkCloudClusterManager(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string clusterManagerName, System.Threading.CancellationToken cancellationToken = default);
static member GetNetworkCloudClusterManager : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NetworkCloud.NetworkCloudClusterManagerResource>
<Extension()>
Public Function GetNetworkCloudClusterManager (resourceGroupResource As ResourceGroupResource, clusterManagerName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkCloudClusterManagerResource)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource the method will execute against.

clusterManagerName
String

The name of the cluster manager.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

clusterManagerName is an empty string, and was expected to be non-empty.

resourceGroupResource is null.

Applies to