次の方法で共有


CloudServiceRoles interface

CloudServiceRoles を表すインターフェイス。

メソッド

get(string, string, string, CloudServiceRolesGetOptionalParams)

クラウド サービスからロールを取得します。

list(string, string, CloudServiceRolesListOptionalParams)

クラウド サービス内のすべてのロールの一覧を取得します。 ロールの次のページを取得するには、応答で nextLink プロパティを使用します。 nextLink が null になるまでこれを行って、すべてのロールをフェッチします。

メソッドの詳細

get(string, string, string, CloudServiceRolesGetOptionalParams)

クラウド サービスからロールを取得します。

function get(roleName: string, resourceGroupName: string, cloudServiceName: string, options?: CloudServiceRolesGetOptionalParams): Promise<CloudServiceRole>

パラメーター

roleName

string

ロールの名前。

resourceGroupName

string

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

cloudServiceName

string

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

options
CloudServiceRolesGetOptionalParams

options パラメーター。

戻り値

Promise<CloudServiceRole>

list(string, string, CloudServiceRolesListOptionalParams)

クラウド サービス内のすべてのロールの一覧を取得します。 ロールの次のページを取得するには、応答で nextLink プロパティを使用します。 nextLink が null になるまでこれを行って、すべてのロールをフェッチします。

function list(resourceGroupName: string, cloudServiceName: string, options?: CloudServiceRolesListOptionalParams): PagedAsyncIterableIterator<CloudServiceRole, CloudServiceRole[], PageSettings>

パラメーター

resourceGroupName

string

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

cloudServiceName

string

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

options
CloudServiceRolesListOptionalParams

options パラメーター。

戻り値