Share via


VirtualApplianceSiteCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkVirtualAppliances/{networkVirtualApplianceName}/virtualApplianceSites/{siteName}
  • Operation Id: VirtualApplianceSites_Get
  • Default Api Version: 2023-09-01
  • Resource: VirtualApplianceSiteResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.VirtualApplianceSiteResource>> GetIfExistsAsync (string siteName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.VirtualApplianceSiteResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.VirtualApplianceSiteResource>>
Public Overridable Function GetIfExistsAsync (siteName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of VirtualApplianceSiteResource))

Parameters

siteName
String

The name of the site.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

siteName is null.

Applies to