Sdílet prostřednictvím


JitNetworkAccessPolicyCollection.CreateOrUpdateAsync Method

Definition

Create a policy for protecting resources using Just-in-Time access control

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/jitNetworkAccessPolicies/{jitNetworkAccessPolicyName}
  • Operation Id: JitNetworkAccessPolicies_CreateOrUpdate
  • Default Api Version: 2020-01-01
  • Resource: JitNetworkAccessPolicyResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.JitNetworkAccessPolicyResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string jitNetworkAccessPolicyName, Azure.ResourceManager.SecurityCenter.JitNetworkAccessPolicyData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.SecurityCenter.JitNetworkAccessPolicyData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.JitNetworkAccessPolicyResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.SecurityCenter.JitNetworkAccessPolicyData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.JitNetworkAccessPolicyResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, jitNetworkAccessPolicyName As String, data As JitNetworkAccessPolicyData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of JitNetworkAccessPolicyResource))

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.

jitNetworkAccessPolicyName
String

Name of a Just-in-Time access configuration policy.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

jitNetworkAccessPolicyName or data is null.

Applies to