IServiceEndpointPoliciesOperations Interface

Definition

ServiceEndpointPoliciesOperations operations.

public interface IServiceEndpointPoliciesOperations
type IServiceEndpointPoliciesOperations = interface
Public Interface IServiceEndpointPoliciesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, ServiceEndpointPolicyInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a service Endpoint Policies.

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

Deletes the specified service endpoint policy.

CreateOrUpdateWithHttpMessagesAsync(String, String, ServiceEndpointPolicyInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a service Endpoint Policies.

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

Deletes the specified service endpoint policy.

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

Gets the specified service Endpoint Policies in a specified resource group.

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

Gets all service endpoint Policies in a resource group.

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

Gets all service endpoint Policies in a resource group.

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

Gets all the service endpoint policies in a subscription.

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

Gets all the service endpoint policies in a subscription.

UpdateTagsWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Updates tags of a service endpoint policy.

Extension Methods

BeginCreateOrUpdateAsync(IServiceEndpointPoliciesOperations, String, String, ServiceEndpointPolicyInner, CancellationToken)

Creates or updates a service Endpoint Policies.

BeginDeleteAsync(IServiceEndpointPoliciesOperations, String, String, CancellationToken)

Deletes the specified service endpoint policy.

CreateOrUpdateAsync(IServiceEndpointPoliciesOperations, String, String, ServiceEndpointPolicyInner, CancellationToken)

Creates or updates a service Endpoint Policies.

DeleteAsync(IServiceEndpointPoliciesOperations, String, String, CancellationToken)

Deletes the specified service endpoint policy.

GetAsync(IServiceEndpointPoliciesOperations, String, String, String, CancellationToken)

Gets the specified service Endpoint Policies in a specified resource group.

ListAsync(IServiceEndpointPoliciesOperations, CancellationToken)

Gets all the service endpoint policies in a subscription.

ListByResourceGroupAsync(IServiceEndpointPoliciesOperations, String, CancellationToken)

Gets all service endpoint Policies in a resource group.

ListByResourceGroupNextAsync(IServiceEndpointPoliciesOperations, String, CancellationToken)

Gets all service endpoint Policies in a resource group.

ListNextAsync(IServiceEndpointPoliciesOperations, String, CancellationToken)

Gets all the service endpoint policies in a subscription.

UpdateTagsAsync(IServiceEndpointPoliciesOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates tags of a service endpoint policy.

Applies to