Share via


NetworkVirtualApplianceSkuCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkVirtualApplianceSkus/{skuName}
  • Operation Id: VirtualApplianceSkus_Get
  • Default Api Version: 2023-09-01
  • Resource: NetworkVirtualApplianceSkuResource
public virtual Azure.NullableResponse<Azure.ResourceManager.Network.NetworkVirtualApplianceSkuResource> GetIfExists (string skuName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.NetworkVirtualApplianceSkuResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.NetworkVirtualApplianceSkuResource>
Public Overridable Function GetIfExists (skuName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of NetworkVirtualApplianceSkuResource)

Parameters

skuName
String

Name of the Sku.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

skuName is null.

Applies to