Megosztás a következőn keresztül:


AvsExtensions.GetAvsPrivateCloud Method

Definition

Get a private cloud

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}
  • Operation Id: PrivateClouds_Get
  • Default Api Version: 2023-03-01
  • Resource: AvsPrivateCloudResource
public static Azure.Response<Azure.ResourceManager.Avs.AvsPrivateCloudResource> GetAvsPrivateCloud (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string privateCloudName, System.Threading.CancellationToken cancellationToken = default);
static member GetAvsPrivateCloud : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Avs.AvsPrivateCloudResource>
<Extension()>
Public Function GetAvsPrivateCloud (resourceGroupResource As ResourceGroupResource, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AvsPrivateCloudResource)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

privateCloudName
String

Name of the private cloud.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource or privateCloudName is null.

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

Applies to