SiteCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

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

Parameters

siteName
String

The name of the network service 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