共用方式為


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

選項參數。

傳回

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

選項參數。

傳回