共用方式為


HybridComputePrivateLinkScopeCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string scopeName, Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, scopeName As String, data As HybridComputePrivateLinkScopeData, Optional cancellationToken As CancellationToken = Nothing) As 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