CloudServicesNetworks interface
CloudServicesNetworks を表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, CloudServicesNetwork, CloudServicesNetworksCreateOrUpdateOptionalParams)
新しいクラウド サービス ネットワークを作成するか、既存のクラウド サービス ネットワークのプロパティを更新します。
function beginCreateOrUpdate(resourceGroupName: string, cloudServicesNetworkName: string, cloudServicesNetworkParameters: CloudServicesNetwork, options?: CloudServicesNetworksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- cloudServicesNetworkName
-
string
クラウド サービス ネットワークの名前。
- cloudServicesNetworkParameters
- CloudServicesNetwork
要求本文。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>>
beginCreateOrUpdateAndWait(string, string, CloudServicesNetwork, CloudServicesNetworksCreateOrUpdateOptionalParams)
新しいクラウド サービス ネットワークを作成するか、既存のクラウド サービス ネットワークのプロパティを更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, cloudServicesNetworkName: string, cloudServicesNetworkParameters: CloudServicesNetwork, options?: CloudServicesNetworksCreateOrUpdateOptionalParams): Promise<CloudServicesNetwork>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- cloudServicesNetworkName
-
string
クラウド サービス ネットワークの名前。
- cloudServicesNetworkParameters
- CloudServicesNetwork
要求本文。
オプション パラメーター。
戻り値
Promise<CloudServicesNetwork>
beginDelete(string, string, CloudServicesNetworksDeleteOptionalParams)
提供されたクラウド サービス ネットワークを削除します。
function beginDelete(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- cloudServicesNetworkName
-
string
クラウド サービス ネットワークの名前。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
beginDeleteAndWait(string, string, CloudServicesNetworksDeleteOptionalParams)
提供されたクラウド サービス ネットワークを削除します。
function beginDeleteAndWait(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksDeleteOptionalParams): Promise<OperationStatusResult>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- cloudServicesNetworkName
-
string
クラウド サービス ネットワークの名前。
オプション パラメーター。
戻り値
Promise<OperationStatusResult>
beginUpdate(string, string, CloudServicesNetworksUpdateOptionalParams)
提供されているクラウド サービス ネットワークのプロパティを更新するか、それに関連付けられているタグを更新します。 プロパティとタグの更新は、個別に実行できます。
function beginUpdate(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- cloudServicesNetworkName
-
string
クラウド サービス ネットワークの名前。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>>
beginUpdateAndWait(string, string, CloudServicesNetworksUpdateOptionalParams)
提供されているクラウド サービス ネットワークのプロパティを更新するか、それに関連付けられているタグを更新します。 プロパティとタグの更新は、個別に実行できます。
function beginUpdateAndWait(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksUpdateOptionalParams): Promise<CloudServicesNetwork>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- cloudServicesNetworkName
-
string
クラウド サービス ネットワークの名前。
オプション パラメーター。
戻り値
Promise<CloudServicesNetwork>
get(string, string, CloudServicesNetworksGetOptionalParams)
提供されたクラウド サービス ネットワークのプロパティを取得します。
function get(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksGetOptionalParams): Promise<CloudServicesNetwork>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- cloudServicesNetworkName
-
string
クラウド サービス ネットワークの名前。
オプション パラメーター。
戻り値
Promise<CloudServicesNetwork>
listByResourceGroup(string, CloudServicesNetworksListByResourceGroupOptionalParams)
指定されたリソース グループ内のクラウド サービス ネットワークの一覧を取得します。
function listByResourceGroup(resourceGroupName: string, options?: CloudServicesNetworksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<CloudServicesNetwork, CloudServicesNetwork[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
オプション パラメーター。
戻り値
listBySubscription(CloudServicesNetworksListBySubscriptionOptionalParams)
指定されたサブスクリプション内のクラウド サービス ネットワークの一覧を取得します。
function listBySubscription(options?: CloudServicesNetworksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CloudServicesNetwork, CloudServicesNetwork[], PageSettings>
パラメーター
オプション パラメーター。