NamespacesOperations interface
名前空間操作を表すインターフェイス。
プロパティ
| create |
名前空間を作成する |
| delete | |
| get | 名前空間を取得する |
| list |
リソース・グループ別の名前空間リソースのリスト |
| list |
サブスクリプション ID による名前空間リソースの一覧表示 |
| migrate | 名前空間へのリソースの移行 |
| update | 名前空間の更新 |
プロパティの詳細
createOrReplace
名前空間を作成する
createOrReplace: (resourceGroupName: string, namespaceName: string, resource: Namespace, options?: NamespacesCreateOrReplaceOptionalParams) => PollerLike<OperationState<Namespace>, Namespace>
プロパティ値
(resourceGroupName: string, namespaceName: string, resource: Namespace, options?: NamespacesCreateOrReplaceOptionalParams) => PollerLike<OperationState<Namespace>, Namespace>
delete
delete: (resourceGroupName: string, namespaceName: string, options?: NamespacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
プロパティ値
(resourceGroupName: string, namespaceName: string, options?: NamespacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
名前空間を取得する
get: (resourceGroupName: string, namespaceName: string, options?: NamespacesGetOptionalParams) => Promise<Namespace>
プロパティ値
(resourceGroupName: string, namespaceName: string, options?: NamespacesGetOptionalParams) => Promise<Namespace>
listByResourceGroup
リソース・グループ別の名前空間リソースのリスト
listByResourceGroup: (resourceGroupName: string, options?: NamespacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Namespace, Namespace[], PageSettings>
プロパティ値
(resourceGroupName: string, options?: NamespacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Namespace, Namespace[], PageSettings>
listBySubscription
サブスクリプション ID による名前空間リソースの一覧表示
listBySubscription: (options?: NamespacesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Namespace, Namespace[], PageSettings>
プロパティ値
(options?: NamespacesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Namespace, Namespace[], PageSettings>
migrate
名前空間へのリソースの移行
migrate: (resourceGroupName: string, namespaceName: string, body: NamespaceMigrateRequest, options?: NamespacesMigrateOptionalParams) => PollerLike<OperationState<void>, void>
プロパティ値
(resourceGroupName: string, namespaceName: string, body: NamespaceMigrateRequest, options?: NamespacesMigrateOptionalParams) => PollerLike<OperationState<void>, void>
update
名前空間の更新
update: (resourceGroupName: string, namespaceName: string, properties: NamespaceUpdate, options?: NamespacesUpdateOptionalParams) => PollerLike<OperationState<Namespace>, Namespace>
プロパティ値
(resourceGroupName: string, namespaceName: string, properties: NamespaceUpdate, options?: NamespacesUpdateOptionalParams) => PollerLike<OperationState<Namespace>, Namespace>