Service interface
表示服務的介面。
方法
| get(string, string, string, Service |
取得具有指定名稱之服務資源的相關信息。 此資訊包括服務的描述和其他屬性。 |
| list(string, string, Service |
取得應用程式資源之所有服務的相關信息。 此資訊包括服務的描述和其他屬性。 |
方法詳細資料
get(string, string, string, ServiceGetOptionalParams)
取得具有指定名稱之服務資源的相關信息。 此資訊包括服務的描述和其他屬性。
function get(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, options?: ServiceGetOptionalParams): Promise<ServiceResourceDescription>
參數
- resourceGroupName
-
string
Azure 資源組名
- applicationResourceName
-
string
應用程式的身分識別。
- serviceResourceName
-
string
服務的身分識別。
- options
- ServiceGetOptionalParams
選項參數。
傳回
Promise<ServiceResourceDescription>
list(string, string, ServiceListOptionalParams)
取得應用程式資源之所有服務的相關信息。 此資訊包括服務的描述和其他屬性。
function list(resourceGroupName: string, applicationResourceName: string, options?: ServiceListOptionalParams): PagedAsyncIterableIterator<ServiceResourceDescription, ServiceResourceDescription[], PageSettings>
參數
- resourceGroupName
-
string
Azure 資源組名
- applicationResourceName
-
string
應用程式的身分識別。
- options
- ServiceListOptionalParams
選項參數。