Sdílet prostřednictvím


ISecurityPoliciesOperations Interface

Definition

SecurityPoliciesOperations operations.

public interface ISecurityPoliciesOperations
type ISecurityPoliciesOperations = interface
Public Interface ISecurityPoliciesOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, String, SecurityPolicyParameters, Dictionary<String,List<String>>, CancellationToken)

Creates a new security policy within the specified profile.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing security policy within profile.

BeginPatchWithHttpMessagesAsync(String, String, String, SecurityPolicyParameters, Dictionary<String,List<String>>, CancellationToken)

Updates an existing Secret within a profile.

CreateWithHttpMessagesAsync(String, String, String, SecurityPolicyParameters, Dictionary<String,List<String>>, CancellationToken)

Creates a new security policy within the specified profile.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing security policy within profile.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets an existing security policy within a profile.

ListByProfileNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists security policies associated with the profile

ListByProfileWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists security policies associated with the profile

PatchWithHttpMessagesAsync(String, String, String, SecurityPolicyParameters, Dictionary<String,List<String>>, CancellationToken)

Updates an existing Secret within a profile.

Extension Methods

BeginCreate(ISecurityPoliciesOperations, String, String, String, SecurityPolicyParameters)

Creates a new security policy within the specified profile.

BeginCreateAsync(ISecurityPoliciesOperations, String, String, String, SecurityPolicyParameters, CancellationToken)

Creates a new security policy within the specified profile.

BeginDelete(ISecurityPoliciesOperations, String, String, String)

Deletes an existing security policy within profile.

BeginDeleteAsync(ISecurityPoliciesOperations, String, String, String, CancellationToken)

Deletes an existing security policy within profile.

BeginPatch(ISecurityPoliciesOperations, String, String, String, SecurityPolicyParameters)

Updates an existing Secret within a profile.

BeginPatchAsync(ISecurityPoliciesOperations, String, String, String, SecurityPolicyParameters, CancellationToken)

Updates an existing Secret within a profile.

Create(ISecurityPoliciesOperations, String, String, String, SecurityPolicyParameters)

Creates a new security policy within the specified profile.

CreateAsync(ISecurityPoliciesOperations, String, String, String, SecurityPolicyParameters, CancellationToken)

Creates a new security policy within the specified profile.

Delete(ISecurityPoliciesOperations, String, String, String)

Deletes an existing security policy within profile.

DeleteAsync(ISecurityPoliciesOperations, String, String, String, CancellationToken)

Deletes an existing security policy within profile.

Get(ISecurityPoliciesOperations, String, String, String)

Gets an existing security policy within a profile.

GetAsync(ISecurityPoliciesOperations, String, String, String, CancellationToken)

Gets an existing security policy within a profile.

ListByProfile(ISecurityPoliciesOperations, String, String)

Lists security policies associated with the profile

ListByProfileAsync(ISecurityPoliciesOperations, String, String, CancellationToken)

Lists security policies associated with the profile

ListByProfileNext(ISecurityPoliciesOperations, String)

Lists security policies associated with the profile

ListByProfileNextAsync(ISecurityPoliciesOperations, String, CancellationToken)

Lists security policies associated with the profile

Patch(ISecurityPoliciesOperations, String, String, String, SecurityPolicyParameters)

Updates an existing Secret within a profile.

PatchAsync(ISecurityPoliciesOperations, String, String, String, SecurityPolicyParameters, CancellationToken)

Updates an existing Secret within a profile.

Applies to