Bagikan melalui


ManagedPrivateEndpointModelResource.Update Method

Definition

Update a managed private endpoint for an existing grafana resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Dashboard/grafana/{workspaceName}/managedPrivateEndpoints/{managedPrivateEndpointName}
  • Operation Id: ManagedPrivateEndpoints_Update
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Grafana.ManagedPrivateEndpointModelResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.Grafana.Models.ManagedPrivateEndpointModelPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Grafana.Models.ManagedPrivateEndpointModelPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Grafana.ManagedPrivateEndpointModelResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Grafana.Models.ManagedPrivateEndpointModelPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Grafana.ManagedPrivateEndpointModelResource>
Public Overridable Function Update (waitUntil As WaitUntil, patch As ManagedPrivateEndpointModelPatch, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ManagedPrivateEndpointModelResource)

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.

patch
ManagedPrivateEndpointModelPatch

Properties that can be updated to an existing managed private endpoint.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to