PartnerNamespacesOperationsExtensions Class

Definition

Extension methods for PartnerNamespacesOperations.

public static class PartnerNamespacesOperationsExtensions
type PartnerNamespacesOperationsExtensions = class
Public Module PartnerNamespacesOperationsExtensions
Inheritance
PartnerNamespacesOperationsExtensions

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