Freigeben über


ElasticSanVolumeGroupCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

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

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