次の方法で共有


CloudServicesOperationsExtensions.BeginStart メソッド

定義

クラウド サービスを開始します。

public static void BeginStart(this Microsoft.Azure.Management.Compute.ICloudServicesOperations operations, string resourceGroupName, string cloudServiceName);
static member BeginStart : Microsoft.Azure.Management.Compute.ICloudServicesOperations * string * string -> unit
<Extension()>
Public Sub BeginStart (operations As ICloudServicesOperations, resourceGroupName As String, cloudServiceName As String)

パラメーター

operations
ICloudServicesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

cloudServiceName
String

クラウド サービスの名前。

適用対象