共用方式為


DiskPoolCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StoragePool/diskPools/{diskPoolName}
  • Operation Id: DiskPools_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.StoragePool.DiskPoolResource> GetIfExists (string diskPoolName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.StoragePool.DiskPoolResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.StoragePool.DiskPoolResource>
Public Overridable Function GetIfExists (diskPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of DiskPoolResource)

Parameters

diskPoolName
String

The name of the Disk Pool.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

diskPoolName is null.

Applies to