SiteNetworkServiceCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/siteNetworkServices/{siteNetworkServiceName}
  • Operation Id: SiteNetworkServices_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.HybridNetwork.SiteNetworkServiceResource>> GetIfExistsAsync (string siteNetworkServiceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.HybridNetwork.SiteNetworkServiceResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.HybridNetwork.SiteNetworkServiceResource>>
Public Overridable Function GetIfExistsAsync (siteNetworkServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of SiteNetworkServiceResource))

Parameters

siteNetworkServiceName
String

The name of the site network service.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

siteNetworkServiceName is null.

Applies to