Share via


PrivateCloudsOperationsExtensions.Get Method

Definition

Get a private cloud

public static Microsoft.Azure.Management.Avs.Models.PrivateCloud Get (this Microsoft.Azure.Management.Avs.IPrivateCloudsOperations operations, string resourceGroupName, string privateCloudName);
static member Get : Microsoft.Azure.Management.Avs.IPrivateCloudsOperations * string * string -> Microsoft.Azure.Management.Avs.Models.PrivateCloud
<Extension()>
Public Function Get (operations As IPrivateCloudsOperations, resourceGroupName As String, privateCloudName As String) As PrivateCloud

Parameters

operations
IPrivateCloudsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

privateCloudName
String

Name of the private cloud

Returns

Applies to