IServiceEndpointPolicyDefinitionsOperations Interface

Definition

ServiceEndpointPolicyDefinitionsOperations operations.

public interface IServiceEndpointPolicyDefinitionsOperations
type IServiceEndpointPolicyDefinitionsOperations = interface
Public Interface IServiceEndpointPolicyDefinitionsOperations

Methods

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

Creates or updates a service endpoint policy definition in the specified service endpoint policy.

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

Deletes the specified ServiceEndpoint policy definitions.

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

Creates or updates a service endpoint policy definition in the specified service endpoint policy.

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

Deletes the specified ServiceEndpoint policy definitions.

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

Get the specified service endpoint policy definitions from service endpoint policy.

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

Gets all service endpoint policy definitions in a service end point policy.

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

Gets all service endpoint policy definitions in a service end point policy.

Extension Methods

BeginCreateOrUpdate(IServiceEndpointPolicyDefinitionsOperations, String, String, String, ServiceEndpointPolicyDefinition)

Creates or updates a service endpoint policy definition in the specified service endpoint policy.

BeginCreateOrUpdateAsync(IServiceEndpointPolicyDefinitionsOperations, String, String, String, ServiceEndpointPolicyDefinition, CancellationToken)

Creates or updates a service endpoint policy definition in the specified service endpoint policy.

BeginDelete(IServiceEndpointPolicyDefinitionsOperations, String, String, String)

Deletes the specified ServiceEndpoint policy definitions.

BeginDeleteAsync(IServiceEndpointPolicyDefinitionsOperations, String, String, String, CancellationToken)

Deletes the specified ServiceEndpoint policy definitions.

CreateOrUpdate(IServiceEndpointPolicyDefinitionsOperations, String, String, String, ServiceEndpointPolicyDefinition)

Creates or updates a service endpoint policy definition in the specified service endpoint policy.

CreateOrUpdateAsync(IServiceEndpointPolicyDefinitionsOperations, String, String, String, ServiceEndpointPolicyDefinition, CancellationToken)

Creates or updates a service endpoint policy definition in the specified service endpoint policy.

Delete(IServiceEndpointPolicyDefinitionsOperations, String, String, String)

Deletes the specified ServiceEndpoint policy definitions.

DeleteAsync(IServiceEndpointPolicyDefinitionsOperations, String, String, String, CancellationToken)

Deletes the specified ServiceEndpoint policy definitions.

Get(IServiceEndpointPolicyDefinitionsOperations, String, String, String)

Get the specified service endpoint policy definitions from service endpoint policy.

GetAsync(IServiceEndpointPolicyDefinitionsOperations, String, String, String, CancellationToken)

Get the specified service endpoint policy definitions from service endpoint policy.

ListByResourceGroup(IServiceEndpointPolicyDefinitionsOperations, String, String)

Gets all service endpoint policy definitions in a service end point policy.

ListByResourceGroupAsync(IServiceEndpointPolicyDefinitionsOperations, String, String, CancellationToken)

Gets all service endpoint policy definitions in a service end point policy.

ListByResourceGroupNext(IServiceEndpointPolicyDefinitionsOperations, String)

Gets all service endpoint policy definitions in a service end point policy.

ListByResourceGroupNextAsync(IServiceEndpointPolicyDefinitionsOperations, String, CancellationToken)

Gets all service endpoint policy definitions in a service end point policy.

Applies to