Share via


NetAppVolumeGroupCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}
  • Operation Id: VolumeGroups_Get
  • Default Api Version: 2023-07-01
  • Resource: NetAppVolumeGroupResource
public virtual Azure.NullableResponse<Azure.ResourceManager.NetApp.NetAppVolumeGroupResource> GetIfExists (string volumeGroupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.NetApp.NetAppVolumeGroupResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.NetApp.NetAppVolumeGroupResource>
Public Overridable Function GetIfExists (volumeGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of NetAppVolumeGroupResource)

Parameters

volumeGroupName
String

The name of the volumeGroup.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

volumeGroupName is null.

Applies to