SiteNetworkServiceCollection.GetAsync(String, CancellationToken) Method

Definition

Gets information about the specified site network service.

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