IServiceEndpointPoliciesOperations Interface

Definition

ServiceEndpointPoliciesOperations operations.

public interface IServiceEndpointPoliciesOperations
type IServiceEndpointPoliciesOperations = interface
Public Interface IServiceEndpointPoliciesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, ServiceEndpointPolicy, 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, ServiceEndpointPolicy, 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, TagsObject, Dictionary<String,List<String>>, CancellationToken)

Updates tags of a service endpoint policy.

Extension Methods

BeginCreateOrUpdate(IServiceEndpointPoliciesOperations, String, String, ServiceEndpointPolicy)

Creates or updates a service Endpoint Policies.

BeginCreateOrUpdateAsync(IServiceEndpointPoliciesOperations, String, String, ServiceEndpointPolicy, CancellationToken)

Creates or updates a service Endpoint Policies.

BeginDelete(IServiceEndpointPoliciesOperations, String, String)

Deletes the specified service endpoint policy.

BeginDeleteAsync(IServiceEndpointPoliciesOperations, String, String, CancellationToken)

Deletes the specified service endpoint policy.

CreateOrUpdate(IServiceEndpointPoliciesOperations, String, String, ServiceEndpointPolicy)

Creates or updates a service Endpoint Policies.

CreateOrUpdateAsync(IServiceEndpointPoliciesOperations, String, String, ServiceEndpointPolicy, CancellationToken)

Creates or updates a service Endpoint Policies.

Delete(IServiceEndpointPoliciesOperations, String, String)

Deletes the specified service endpoint policy.

DeleteAsync(IServiceEndpointPoliciesOperations, String, String, CancellationToken)

Deletes the specified service endpoint policy.

Get(IServiceEndpointPoliciesOperations, String, String, String)

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

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

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

List(IServiceEndpointPoliciesOperations)

Gets all the service endpoint policies in a subscription.

ListAsync(IServiceEndpointPoliciesOperations, CancellationToken)

Gets all the service endpoint policies in a subscription.

ListByResourceGroup(IServiceEndpointPoliciesOperations, String)

Gets all service endpoint Policies in a resource group.

ListByResourceGroupAsync(IServiceEndpointPoliciesOperations, String, CancellationToken)

Gets all service endpoint Policies in a resource group.

ListByResourceGroupNext(IServiceEndpointPoliciesOperations, String)

Gets all service endpoint Policies in a resource group.

ListByResourceGroupNextAsync(IServiceEndpointPoliciesOperations, String, CancellationToken)

Gets all service endpoint Policies in a resource group.

ListNext(IServiceEndpointPoliciesOperations, String)

Gets all the service endpoint policies in a subscription.

ListNextAsync(IServiceEndpointPoliciesOperations, String, CancellationToken)

Gets all the service endpoint policies in a subscription.

UpdateTags(IServiceEndpointPoliciesOperations, String, String, TagsObject)

Updates tags of a service endpoint policy.

UpdateTagsAsync(IServiceEndpointPoliciesOperations, String, String, TagsObject, CancellationToken)

Updates tags of a service endpoint policy.

Applies to