CloudServices interface
CloudServices を表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, CloudServicesCreateOrUpdateOptionalParams)
クラウド サービスを作成または更新します。 一部のプロパティは、クラウド サービスの作成時にのみ設定できます。
function beginCreateOrUpdate(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudService>, CloudService>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<CloudService>, CloudService>>
beginCreateOrUpdateAndWait(string, string, CloudServicesCreateOrUpdateOptionalParams)
クラウド サービスを作成または更新します。 一部のプロパティは、クラウド サービスの作成時にのみ設定できます。
function beginCreateOrUpdateAndWait(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesCreateOrUpdateOptionalParams): Promise<CloudService>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
options パラメーター。
戻り値
Promise<CloudService>
beginDelete(string, string, CloudServicesDeleteOptionalParams)
クラウド サービスを削除します。
function beginDelete(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, CloudServicesDeleteOptionalParams)
クラウド サービスを削除します。
function beginDeleteAndWait(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
options パラメーター。
戻り値
Promise<void>
beginDeleteInstances(string, string, CloudServicesDeleteInstancesOptionalParams)
クラウド サービス内のロール インスタンスを削除します。
function beginDeleteInstances(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesDeleteInstancesOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteInstancesAndWait(string, string, CloudServicesDeleteInstancesOptionalParams)
クラウド サービス内のロール インスタンスを削除します。
function beginDeleteInstancesAndWait(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesDeleteInstancesOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
options パラメーター。
戻り値
Promise<void>
beginPowerOff(string, string, CloudServicesPowerOffOptionalParams)
クラウド サービスの電源をオフにします。 リソースは引き続きアタッチされ、リソースに対して課金されることに注意してください。
function beginPowerOff(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesPowerOffOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginPowerOffAndWait(string, string, CloudServicesPowerOffOptionalParams)
クラウド サービスの電源をオフにします。 リソースは引き続きアタッチされ、リソースに対して課金されることに注意してください。
function beginPowerOffAndWait(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesPowerOffOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
options パラメーター。
戻り値
Promise<void>
beginRebuild(string, string, CloudServicesRebuildOptionalParams)
ロール インスタンスを再構築すると、Web ロールまたは worker ロールのインスタンスにオペレーティング システムが再インストールされ、それらが使用するストレージ リソースが初期化されます。 ストレージ リソースを初期化しない場合は、ロール インスタンスの再イメージ化を使用できます。
function beginRebuild(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesRebuildOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginRebuildAndWait(string, string, CloudServicesRebuildOptionalParams)
ロール インスタンスを再構築すると、Web ロールまたは worker ロールのインスタンスにオペレーティング システムが再インストールされ、それらが使用するストレージ リソースが初期化されます。 ストレージ リソースを初期化しない場合は、ロール インスタンスの再イメージ化を使用できます。
function beginRebuildAndWait(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesRebuildOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
options パラメーター。
戻り値
Promise<void>
beginReimage(string, string, CloudServicesReimageOptionalParams)
非同期操作を再イメージ化すると、オペレーティング システムが Web ロールまたは worker ロールのインスタンスに再インストールされます。
function beginReimage(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesReimageOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginReimageAndWait(string, string, CloudServicesReimageOptionalParams)
非同期操作を再イメージ化すると、オペレーティング システムが Web ロールまたは worker ロールのインスタンスに再インストールされます。
function beginReimageAndWait(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesReimageOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
options パラメーター。
戻り値
Promise<void>
beginRestart(string, string, CloudServicesRestartOptionalParams)
クラウド サービス内の 1 つ以上のロール インスタンスを再起動します。
function beginRestart(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesRestartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginRestartAndWait(string, string, CloudServicesRestartOptionalParams)
クラウド サービス内の 1 つ以上のロール インスタンスを再起動します。
function beginRestartAndWait(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesRestartOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
options パラメーター。
戻り値
Promise<void>
beginStart(string, string, CloudServicesStartOptionalParams)
クラウド サービスを開始します。
function beginStart(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
- options
- CloudServicesStartOptionalParams
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginStartAndWait(string, string, CloudServicesStartOptionalParams)
クラウド サービスを開始します。
function beginStartAndWait(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesStartOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
- options
- CloudServicesStartOptionalParams
options パラメーター。
戻り値
Promise<void>
beginUpdate(string, string, CloudServicesUpdateOptionalParams)
クラウド サービスを更新します。
function beginUpdate(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudService>, CloudService>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<CloudService>, CloudService>>
beginUpdateAndWait(string, string, CloudServicesUpdateOptionalParams)
クラウド サービスを更新します。
function beginUpdateAndWait(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesUpdateOptionalParams): Promise<CloudService>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
options パラメーター。
戻り値
Promise<CloudService>
get(string, string, CloudServicesGetOptionalParams)
クラウド サービスに関する情報を表示します。
function get(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesGetOptionalParams): Promise<CloudService>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
- options
- CloudServicesGetOptionalParams
options パラメーター。
戻り値
Promise<CloudService>
getInstanceView(string, string, CloudServicesGetInstanceViewOptionalParams)
クラウド サービスの状態を取得します。
function getInstanceView(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesGetInstanceViewOptionalParams): Promise<CloudServiceInstanceView>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
options パラメーター。
戻り値
Promise<CloudServiceInstanceView>
list(string, CloudServicesListOptionalParams)
リソース グループのすべてのクラウド サービスの一覧を取得します。 応答で nextLink プロパティを使用して、Cloud Servicesの次のページを取得します。 nextLink が null になるまでこれを行って、すべてのCloud Servicesをフェッチします。
function list(resourceGroupName: string, options?: CloudServicesListOptionalParams): PagedAsyncIterableIterator<CloudService, CloudService[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- options
- CloudServicesListOptionalParams
options パラメーター。
戻り値
listAll(CloudServicesListAllOptionalParams)
関連付けられているリソース グループに関係なく、サブスクリプション内のすべてのクラウド サービスの一覧を取得します。 応答で nextLink プロパティを使用して、Cloud Servicesの次のページを取得します。 nextLink が null になるまでこれを行って、すべてのCloud Servicesをフェッチします。
function listAll(options?: CloudServicesListAllOptionalParams): PagedAsyncIterableIterator<CloudService, CloudService[], PageSettings>
パラメーター
options パラメーター。