Megosztás a következőn keresztül:


HybridComputePrivateLinkScopeCollection.CreateOrUpdateAsync Method

Definition

Creates (or updates) a Azure Arc PrivateLinkScope. Note: You cannot specify a different value for InstrumentationKey nor AppId in the Put operation.

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

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

scopeName
String

The name of the Azure Arc PrivateLinkScope resource.

data
HybridComputePrivateLinkScopeData

Properties that need to be specified to create or update a Azure Arc for Servers and Clusters PrivateLinkScope.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

scopeName or data is null.

Applies to