PartnerNamespacesOperations interface

Interface representing a PartnerNamespaces operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Asynchronously creates a new partner namespace with the specified parameters.

delete
get

Get properties of a partner namespace.

listByResourceGroup

List all the partner namespaces under a resource group.

listBySubscription

List all the partner namespaces under an Azure subscription.

listSharedAccessKeys

List the two keys used to publish to a partner namespace.

regenerateKey

Regenerate a shared access key for a partner namespace.

update

Asynchronously updates a partner namespace with the specified parameters.

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceInfo: PartnerNamespace, options?: PartnerNamespacesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<PartnerNamespace>, PartnerNamespace>>

Property Value

(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceInfo: PartnerNamespace, options?: PartnerNamespacesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<PartnerNamespace>, PartnerNamespace>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceInfo: PartnerNamespace, options?: PartnerNamespacesCreateOrUpdateOptionalParams) => Promise<PartnerNamespace>

Property Value

(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceInfo: PartnerNamespace, options?: PartnerNamespacesCreateOrUpdateOptionalParams) => Promise<PartnerNamespace>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesDeleteOptionalParams) => Promise<void>

beginUpdate

Warning

This API is now deprecated.

use update instead

beginUpdate: (resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceUpdateParameters: PartnerNamespaceUpdateParameters, options?: PartnerNamespacesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<PartnerNamespace>, PartnerNamespace>>

Property Value

(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceUpdateParameters: PartnerNamespaceUpdateParameters, options?: PartnerNamespacesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<PartnerNamespace>, PartnerNamespace>>

beginUpdateAndWait

Warning

This API is now deprecated.

use update instead

beginUpdateAndWait: (resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceUpdateParameters: PartnerNamespaceUpdateParameters, options?: PartnerNamespacesUpdateOptionalParams) => Promise<PartnerNamespace>

Property Value

(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceUpdateParameters: PartnerNamespaceUpdateParameters, options?: PartnerNamespacesUpdateOptionalParams) => Promise<PartnerNamespace>

createOrUpdate

Asynchronously creates a new partner namespace with the specified parameters.

createOrUpdate: (resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceInfo: PartnerNamespace, options?: PartnerNamespacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<PartnerNamespace>, PartnerNamespace>

Property Value

(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceInfo: PartnerNamespace, options?: PartnerNamespacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<PartnerNamespace>, PartnerNamespace>

delete

delete: (resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Get properties of a partner namespace.

get: (resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesGetOptionalParams) => Promise<PartnerNamespace>

Property Value

(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesGetOptionalParams) => Promise<PartnerNamespace>

listByResourceGroup

List all the partner namespaces under a resource group.

listByResourceGroup: (resourceGroupName: string, options?: PartnerNamespacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<PartnerNamespace, PartnerNamespace[], PageSettings>

Property Value

(resourceGroupName: string, options?: PartnerNamespacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<PartnerNamespace, PartnerNamespace[], PageSettings>

listBySubscription

List all the partner namespaces under an Azure subscription.

listBySubscription: (options?: PartnerNamespacesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<PartnerNamespace, PartnerNamespace[], PageSettings>

Property Value

(options?: PartnerNamespacesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<PartnerNamespace, PartnerNamespace[], PageSettings>

listSharedAccessKeys

List the two keys used to publish to a partner namespace.

listSharedAccessKeys: (resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesListSharedAccessKeysOptionalParams) => Promise<PartnerNamespaceSharedAccessKeys>

Property Value

(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesListSharedAccessKeysOptionalParams) => Promise<PartnerNamespaceSharedAccessKeys>

regenerateKey

Regenerate a shared access key for a partner namespace.

regenerateKey: (resourceGroupName: string, partnerNamespaceName: string, regenerateKeyRequest: PartnerNamespaceRegenerateKeyRequest, options?: PartnerNamespacesRegenerateKeyOptionalParams) => Promise<PartnerNamespaceSharedAccessKeys>

Property Value

(resourceGroupName: string, partnerNamespaceName: string, regenerateKeyRequest: PartnerNamespaceRegenerateKeyRequest, options?: PartnerNamespacesRegenerateKeyOptionalParams) => Promise<PartnerNamespaceSharedAccessKeys>

update

Asynchronously updates a partner namespace with the specified parameters.

update: (resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceUpdateParameters: PartnerNamespaceUpdateParameters, options?: PartnerNamespacesUpdateOptionalParams) => PollerLike<OperationState<PartnerNamespace>, PartnerNamespace>

Property Value

(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceUpdateParameters: PartnerNamespaceUpdateParameters, options?: PartnerNamespacesUpdateOptionalParams) => PollerLike<OperationState<PartnerNamespace>, PartnerNamespace>