Condividi tramite


ISubscriptionPolicyOperations Interface

Definition

SubscriptionPolicyOperations operations.

public interface ISubscriptionPolicyOperations
type ISubscriptionPolicyOperations = interface
Public Interface ISubscriptionPolicyOperations

Methods

AddUpdatePolicyForTenantWithHttpMessagesAsync(PutTenantPolicyRequestProperties, Dictionary<String,List<String>>, CancellationToken)

Create or Update Subscription tenant policy for user's tenant.

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

Get the subscription tenant policy for the user's tenant.

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

Get the subscription tenant policy for the user's tenant.

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

Get the subscription tenant policy for the user's tenant.

Extension Methods

AddUpdatePolicyForTenant(ISubscriptionPolicyOperations, PutTenantPolicyRequestProperties)

Create or Update Subscription tenant policy for user's tenant.

AddUpdatePolicyForTenantAsync(ISubscriptionPolicyOperations, PutTenantPolicyRequestProperties, CancellationToken)

Create or Update Subscription tenant policy for user's tenant.

GetPolicyForTenant(ISubscriptionPolicyOperations)

Get the subscription tenant policy for the user's tenant.

GetPolicyForTenantAsync(ISubscriptionPolicyOperations, CancellationToken)

Get the subscription tenant policy for the user's tenant.

ListPolicyForTenant(ISubscriptionPolicyOperations)

Get the subscription tenant policy for the user's tenant.

ListPolicyForTenantAsync(ISubscriptionPolicyOperations, CancellationToken)

Get the subscription tenant policy for the user's tenant.

ListPolicyForTenantNext(ISubscriptionPolicyOperations, String)

Get the subscription tenant policy for the user's tenant.

ListPolicyForTenantNextAsync(ISubscriptionPolicyOperations, String, CancellationToken)

Get the subscription tenant policy for the user's tenant.

Applies to