共用方式為


HybridComputePrivateLinkScopeCollection.Get(String, CancellationToken) Method

Definition

Returns a Azure Arc PrivateLinkScope.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}
  • Operation Id: PrivateLinkScopes_Get
  • Default Api Version: 2024-03-31-preview
  • Resource: HybridComputePrivateLinkScopeResource
public virtual Azure.Response<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeResource> Get (string scopeName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeResource>
Public Overridable Function Get (scopeName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of HybridComputePrivateLinkScopeResource)

Parameters

scopeName
String

The name of the Azure Arc PrivateLinkScope resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

scopeName is null.

Applies to