次の方法で共有


CloudServiceRoleProfile コンストラクター

定義

オーバーロード

CloudServiceRoleProfile()

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

CloudServiceRoleProfile(IList<CloudServiceRoleProfileProperties>)

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

CloudServiceRoleProfile()

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

public CloudServiceRoleProfile ();
Public Sub New ()

適用対象

CloudServiceRoleProfile(IList<CloudServiceRoleProfileProperties>)

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

public CloudServiceRoleProfile (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.CloudServiceRoleProfileProperties> roles = default);
new Microsoft.Azure.Management.Compute.Models.CloudServiceRoleProfile : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.CloudServiceRoleProfileProperties> -> Microsoft.Azure.Management.Compute.Models.CloudServiceRoleProfile
Public Sub New (Optional roles As IList(Of CloudServiceRoleProfileProperties) = Nothing)

パラメーター

roles
IList<CloudServiceRoleProfileProperties>

クラウド サービスのロールの一覧。

適用対象