CloudServiceRoleInstances interface
CloudServiceRoleInstances を表すインターフェイス。
メソッド
メソッドの詳細
beginDelete(string, string, string, CloudServiceRoleInstancesDeleteOptionalParams)
クラウド サービスからロール インスタンスを削除します。
function beginDelete(roleInstanceName: string, resourceGroupName: string, cloudServiceName: string, options?: CloudServiceRoleInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- roleInstanceName
-
string
ロール インスタンスの名前。
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, CloudServiceRoleInstancesDeleteOptionalParams)
クラウド サービスからロール インスタンスを削除します。
function beginDeleteAndWait(roleInstanceName: string, resourceGroupName: string, cloudServiceName: string, options?: CloudServiceRoleInstancesDeleteOptionalParams): Promise<void>
パラメーター
- roleInstanceName
-
string
ロール インスタンスの名前。
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
オプション パラメーター。
戻り値
Promise<void>
beginRebuild(string, string, string, CloudServiceRoleInstancesRebuildOptionalParams)
ロール インスタンスの再構築非同期操作では、Web ロールまたは worker ロールのインスタンスにオペレーティング システムが再インストールされ、それらのロールによって使用されるストレージ リソースが初期化されます。 ストレージ リソースを初期化しない場合は、ロール インスタンスの再イメージ化を使用できます。
function beginRebuild(roleInstanceName: string, resourceGroupName: string, cloudServiceName: string, options?: CloudServiceRoleInstancesRebuildOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- roleInstanceName
-
string
ロール インスタンスの名前。
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginRebuildAndWait(string, string, string, CloudServiceRoleInstancesRebuildOptionalParams)
ロール インスタンスの再構築非同期操作では、Web ロールまたは worker ロールのインスタンスにオペレーティング システムが再インストールされ、それらのロールによって使用されるストレージ リソースが初期化されます。 ストレージ リソースを初期化しない場合は、ロール インスタンスの再イメージ化を使用できます。
function beginRebuildAndWait(roleInstanceName: string, resourceGroupName: string, cloudServiceName: string, options?: CloudServiceRoleInstancesRebuildOptionalParams): Promise<void>
パラメーター
- roleInstanceName
-
string
ロール インスタンスの名前。
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
オプション パラメーター。
戻り値
Promise<void>
beginReimage(string, string, string, CloudServiceRoleInstancesReimageOptionalParams)
ロール インスタンスの再イメージ化非同期操作では、Web ロールまたは worker ロールのインスタンスにオペレーティング システムが再インストールされます。
function beginReimage(roleInstanceName: string, resourceGroupName: string, cloudServiceName: string, options?: CloudServiceRoleInstancesReimageOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- roleInstanceName
-
string
ロール インスタンスの名前。
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginReimageAndWait(string, string, string, CloudServiceRoleInstancesReimageOptionalParams)
ロール インスタンスの再イメージ化非同期操作では、Web ロールまたは worker ロールのインスタンスにオペレーティング システムが再インストールされます。
function beginReimageAndWait(roleInstanceName: string, resourceGroupName: string, cloudServiceName: string, options?: CloudServiceRoleInstancesReimageOptionalParams): Promise<void>
パラメーター
- roleInstanceName
-
string
ロール インスタンスの名前。
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
オプション パラメーター。
戻り値
Promise<void>
beginRestart(string, string, string, CloudServiceRoleInstancesRestartOptionalParams)
ロール インスタンスの再起動非同期操作では、クラウド サービス内のロール インスタンスの再起動が要求されます。
function beginRestart(roleInstanceName: string, resourceGroupName: string, cloudServiceName: string, options?: CloudServiceRoleInstancesRestartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- roleInstanceName
-
string
ロール インスタンスの名前。
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginRestartAndWait(string, string, string, CloudServiceRoleInstancesRestartOptionalParams)
ロール インスタンスの再起動非同期操作では、クラウド サービス内のロール インスタンスの再起動が要求されます。
function beginRestartAndWait(roleInstanceName: string, resourceGroupName: string, cloudServiceName: string, options?: CloudServiceRoleInstancesRestartOptionalParams): Promise<void>
パラメーター
- roleInstanceName
-
string
ロール インスタンスの名前。
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
オプション パラメーター。
戻り値
Promise<void>
get(string, string, string, CloudServiceRoleInstancesGetOptionalParams)
クラウド サービスからロール インスタンスを取得します。
function get(roleInstanceName: string, resourceGroupName: string, cloudServiceName: string, options?: CloudServiceRoleInstancesGetOptionalParams): Promise<RoleInstance>
パラメーター
- roleInstanceName
-
string
ロール インスタンスの名前。
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
オプション パラメーター。
戻り値
Promise<RoleInstance>
getInstanceView(string, string, string, CloudServiceRoleInstancesGetInstanceViewOptionalParams)
クラウド サービスのロール インスタンスの実行時の状態に関する情報を取得します。
function getInstanceView(roleInstanceName: string, resourceGroupName: string, cloudServiceName: string, options?: CloudServiceRoleInstancesGetInstanceViewOptionalParams): Promise<RoleInstanceView>
パラメーター
- roleInstanceName
-
string
ロール インスタンスの名前。
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
オプション パラメーター。
戻り値
Promise<RoleInstanceView>
getRemoteDesktopFile(string, string, string, CloudServiceRoleInstancesGetRemoteDesktopFileOptionalParams)
クラウド サービス内のロール インスタンスのリモート デスクトップ ファイルを取得します。
function getRemoteDesktopFile(roleInstanceName: string, resourceGroupName: string, cloudServiceName: string, options?: CloudServiceRoleInstancesGetRemoteDesktopFileOptionalParams): Promise<CloudServiceRoleInstancesGetRemoteDesktopFileResponse>
パラメーター
- roleInstanceName
-
string
ロール インスタンスの名前。
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
オプション パラメーター。
戻り値
list(string, string, CloudServiceRoleInstancesListOptionalParams)
クラウド サービス内のすべてのロール インスタンスの一覧を取得します。 応答で nextLink プロパティを使用して、ロール インスタンスの次のページを取得します。 これを行うには、nextLink が null になるまで、すべてのロール インスタンスをフェッチします。
function list(resourceGroupName: string, cloudServiceName: string, options?: CloudServiceRoleInstancesListOptionalParams): PagedAsyncIterableIterator<RoleInstance, RoleInstance[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- cloudServiceName
-
string
クラウド サービスの名前。
オプション パラメーター。