L3NetworksOperations interface

L3Networks操作を表すインターフェース。

プロパティ

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

新しいレイヤー 3 (L3) ネットワークを作成するか、既存のネットワークのプロパティを更新します。

delete

指定されたレイヤー 3 (L3) ネットワークを削除します。

get

指定されたレイヤー 3 (L3) ネットワークのプロパティを取得します。

listByResourceGroup

指定されたリソース グループ内のレイヤー 3 (L3) ネットワークの一覧を取得します。

listBySubscription

提供されたサブスクリプションのレイヤー 3 (L3) ネットワークのリストを取得します。

update

指定されたレイヤー 3 (L3) ネットワークに関連付けられているタグを更新します。

プロパティの詳細

beginCreateOrUpdate

警告

この API は非推奨になりました。

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, l3NetworkName: string, l3NetworkParameters: L3Network, options?: L3NetworksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<L3Network>, L3Network>>

プロパティ値

(resourceGroupName: string, l3NetworkName: string, l3NetworkParameters: L3Network, options?: L3NetworksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<L3Network>, L3Network>>

beginCreateOrUpdateAndWait

警告

この API は非推奨になりました。

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, l3NetworkName: string, l3NetworkParameters: L3Network, options?: L3NetworksCreateOrUpdateOptionalParams) => Promise<L3Network>

プロパティ値

(resourceGroupName: string, l3NetworkName: string, l3NetworkParameters: L3Network, options?: L3NetworksCreateOrUpdateOptionalParams) => Promise<L3Network>

beginDelete

警告

この API は非推奨になりました。

use delete instead

beginDelete: (resourceGroupName: string, l3NetworkName: string, options?: L3NetworksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

プロパティ値

(resourceGroupName: string, l3NetworkName: string, options?: L3NetworksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

beginDeleteAndWait

警告

この API は非推奨になりました。

use delete instead

beginDeleteAndWait: (resourceGroupName: string, l3NetworkName: string, options?: L3NetworksDeleteOptionalParams) => Promise<OperationStatusResult>

プロパティ値

(resourceGroupName: string, l3NetworkName: string, options?: L3NetworksDeleteOptionalParams) => Promise<OperationStatusResult>

createOrUpdate

新しいレイヤー 3 (L3) ネットワークを作成するか、既存のネットワークのプロパティを更新します。

createOrUpdate: (resourceGroupName: string, l3NetworkName: string, l3NetworkParameters: L3Network, options?: L3NetworksCreateOrUpdateOptionalParams) => PollerLike<OperationState<L3Network>, L3Network>

プロパティ値

(resourceGroupName: string, l3NetworkName: string, l3NetworkParameters: L3Network, options?: L3NetworksCreateOrUpdateOptionalParams) => PollerLike<OperationState<L3Network>, L3Network>

delete

指定されたレイヤー 3 (L3) ネットワークを削除します。

delete: (resourceGroupName: string, l3NetworkName: string, options?: L3NetworksDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>

プロパティ値

(resourceGroupName: string, l3NetworkName: string, options?: L3NetworksDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>

get

指定されたレイヤー 3 (L3) ネットワークのプロパティを取得します。

get: (resourceGroupName: string, l3NetworkName: string, options?: L3NetworksGetOptionalParams) => Promise<L3Network>

プロパティ値

(resourceGroupName: string, l3NetworkName: string, options?: L3NetworksGetOptionalParams) => Promise<L3Network>

listByResourceGroup

指定されたリソース グループ内のレイヤー 3 (L3) ネットワークの一覧を取得します。

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

プロパティ値

(resourceGroupName: string, options?: L3NetworksListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<L3Network, L3Network[], PageSettings>

listBySubscription

提供されたサブスクリプションのレイヤー 3 (L3) ネットワークのリストを取得します。

listBySubscription: (options?: L3NetworksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<L3Network, L3Network[], PageSettings>

プロパティ値

(options?: L3NetworksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<L3Network, L3Network[], PageSettings>

update

指定されたレイヤー 3 (L3) ネットワークに関連付けられているタグを更新します。

update: (resourceGroupName: string, l3NetworkName: string, options?: L3NetworksUpdateOptionalParams) => Promise<L3Network>

プロパティ値

(resourceGroupName: string, l3NetworkName: string, options?: L3NetworksUpdateOptionalParams) => Promise<L3Network>