MockableHybridNetworkResourceGroupResource.GetSiteNetworkService 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 Azure.Response<Azure.ResourceManager.HybridNetwork.SiteNetworkServiceResource> GetSiteNetworkService (string siteNetworkServiceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSiteNetworkService : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridNetwork.SiteNetworkServiceResource>
override this.GetSiteNetworkService : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridNetwork.SiteNetworkServiceResource>
Public Overridable Function GetSiteNetworkService (siteNetworkServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteNetworkServiceResource)

Parameters

siteNetworkServiceName
String

The name of the site network service.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

siteNetworkServiceName is null.

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

Applies to