Sdílet prostřednictvím


IPartnerNamespacesOperations Interface

Definition

PartnerNamespacesOperations operations.

public interface IPartnerNamespacesOperations
type IPartnerNamespacesOperations = interface
Public Interface IPartnerNamespacesOperations

Methods

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

Create a partner namespace.

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

Delete a partner namespace.

BeginUpdateWithHttpMessagesAsync(String, String, PartnerNamespaceUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Update a partner namespace.

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

Create a partner namespace.

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

Delete a partner namespace.

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

Get a partner namespace.

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

List partner namespaces under a resource group.

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

List partner namespaces under a resource group.

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

List partner namespaces under an Azure subscription.

ListBySubscriptionWithHttpMessagesAsync(String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

List partner namespaces under an Azure subscription.

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

List keys for a partner namespace.

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

Regenerate key for a partner namespace.

UpdateWithHttpMessagesAsync(String, String, PartnerNamespaceUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Update a partner namespace.

Extension Methods

BeginCreateOrUpdate(IPartnerNamespacesOperations, String, String, PartnerNamespace)

Create a partner namespace.

BeginCreateOrUpdateAsync(IPartnerNamespacesOperations, String, String, PartnerNamespace, CancellationToken)

Create a partner namespace.

BeginDelete(IPartnerNamespacesOperations, String, String)

Delete a partner namespace.

BeginDeleteAsync(IPartnerNamespacesOperations, String, String, CancellationToken)

Delete a partner namespace.

BeginUpdate(IPartnerNamespacesOperations, String, String, PartnerNamespaceUpdateParameters)

Update a partner namespace.

BeginUpdateAsync(IPartnerNamespacesOperations, String, String, PartnerNamespaceUpdateParameters, CancellationToken)

Update a partner namespace.

CreateOrUpdate(IPartnerNamespacesOperations, String, String, PartnerNamespace)

Create a partner namespace.

CreateOrUpdateAsync(IPartnerNamespacesOperations, String, String, PartnerNamespace, CancellationToken)

Create a partner namespace.

Delete(IPartnerNamespacesOperations, String, String)

Delete a partner namespace.

DeleteAsync(IPartnerNamespacesOperations, String, String, CancellationToken)

Delete a partner namespace.

Get(IPartnerNamespacesOperations, String, String)

Get a partner namespace.

GetAsync(IPartnerNamespacesOperations, String, String, CancellationToken)

Get a partner namespace.

ListByResourceGroup(IPartnerNamespacesOperations, String, String, Nullable<Int32>)

List partner namespaces under a resource group.

ListByResourceGroupAsync(IPartnerNamespacesOperations, String, String, Nullable<Int32>, CancellationToken)

List partner namespaces under a resource group.

ListByResourceGroupNext(IPartnerNamespacesOperations, String)

List partner namespaces under a resource group.

ListByResourceGroupNextAsync(IPartnerNamespacesOperations, String, CancellationToken)

List partner namespaces under a resource group.

ListBySubscription(IPartnerNamespacesOperations, String, Nullable<Int32>)

List partner namespaces under an Azure subscription.

ListBySubscriptionAsync(IPartnerNamespacesOperations, String, Nullable<Int32>, CancellationToken)

List partner namespaces under an Azure subscription.

ListBySubscriptionNext(IPartnerNamespacesOperations, String)

List partner namespaces under an Azure subscription.

ListBySubscriptionNextAsync(IPartnerNamespacesOperations, String, CancellationToken)

List partner namespaces under an Azure subscription.

ListSharedAccessKeys(IPartnerNamespacesOperations, String, String)

List keys for a partner namespace.

ListSharedAccessKeysAsync(IPartnerNamespacesOperations, String, String, CancellationToken)

List keys for a partner namespace.

RegenerateKey(IPartnerNamespacesOperations, String, String, String)

Regenerate key for a partner namespace.

RegenerateKeyAsync(IPartnerNamespacesOperations, String, String, String, CancellationToken)

Regenerate key for a partner namespace.

Update(IPartnerNamespacesOperations, String, String, PartnerNamespaceUpdateParameters)

Update a partner namespace.

UpdateAsync(IPartnerNamespacesOperations, String, String, PartnerNamespaceUpdateParameters, CancellationToken)

Update a partner namespace.

Applies to