NestedResourceTypeSecondSkuCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations/{resourceType}/resourcetypeRegistrations/{nestedResourceTypeFirst}/resourcetypeRegistrations/{nestedResourceTypeSecond}/skus/{sku}
  • Operation Id: Skus_GetNestedResourceTypeSecond
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ProviderHub.NestedResourceTypeSecondSkuResource>> GetIfExistsAsync (string sku, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ProviderHub.NestedResourceTypeSecondSkuResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ProviderHub.NestedResourceTypeSecondSkuResource>>
Public Overridable Function GetIfExistsAsync (sku As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of NestedResourceTypeSecondSkuResource))

Parameters

sku
String

The SKU.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

sku is null.

Applies to