MockableHybridNetworkResourceGroupResource.GetSite Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets information about the specified network site.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/sites/{siteName}
- Operation Id: Sites_Get
public virtual Azure.Response<Azure.ResourceManager.HybridNetwork.SiteResource> GetSite (string siteName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSite : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridNetwork.SiteResource>
override this.GetSite : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridNetwork.SiteResource>
Public Overridable Function GetSite (siteName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteResource)
Parameters
- siteName
- String
The name of the network service site.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
siteName
is null.
siteName
is an empty string, and was expected to be non-empty.