次の方法で共有


CloudServiceRoleProperties コンストラクター

定義

オーバーロード

CloudServiceRoleProperties()

CloudServiceRoleProperties クラスの新しいインスタンスを初期化します。

CloudServiceRoleProperties(String)

CloudServiceRoleProperties クラスの新しいインスタンスを初期化します。

CloudServiceRoleProperties()

CloudServiceRoleProperties クラスの新しいインスタンスを初期化します。

public CloudServiceRoleProperties();
Public Sub New ()

適用対象

CloudServiceRoleProperties(String)

CloudServiceRoleProperties クラスの新しいインスタンスを初期化します。

public CloudServiceRoleProperties(string uniqueId = default);
new Microsoft.Azure.Management.Compute.Models.CloudServiceRoleProperties : string -> Microsoft.Azure.Management.Compute.Models.CloudServiceRoleProperties
Public Sub New (Optional uniqueId As String = Nothing)

パラメーター

uniqueId
String

クラウド サービス ロールを一意に識別する ID を指定します。

適用対象