共用方式為


Service class

代表服務的類別。

建構函式

Service(ServiceFabricMeshManagementClientContext)

建立服務。

方法

get(string, string, string, RequestOptionsBase)

取得具有指定名稱之服務資源的相關資訊。 此資訊包括服務的描述和其他屬性。

get(string, string, string, RequestOptionsBase, ServiceCallback<ServiceResourceDescription>)
get(string, string, string, ServiceCallback<ServiceResourceDescription>)
list(string, string, RequestOptionsBase)

可取得應用程式資源所有服務的相關資訊。 資訊包括服務的描述與其他屬性。

list(string, string, RequestOptionsBase, ServiceCallback<ServiceResourceDescriptionList>)
list(string, string, ServiceCallback<ServiceResourceDescriptionList>)
listNext(string, RequestOptionsBase)

可取得應用程式資源所有服務的相關資訊。 資訊包括服務的描述與其他屬性。

listNext(string, RequestOptionsBase, ServiceCallback<ServiceResourceDescriptionList>)
listNext(string, ServiceCallback<ServiceResourceDescriptionList>)

建構函式詳細資料

Service(ServiceFabricMeshManagementClientContext)

建立服務。

new Service(client: ServiceFabricMeshManagementClientContext)

參數

client
ServiceFabricMeshManagementClientContext

服務用戶端的參考。

方法詳細資料

get(string, string, string, RequestOptionsBase)

取得具有指定名稱之服務資源的相關資訊。 此資訊包括服務的描述和其他屬性。

function get(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, options?: RequestOptionsBase): Promise<ServiceGetResponse>

參數

resourceGroupName

string

Azure 資源群組名稱

applicationResourceName

string

應用程式的身分識別。

serviceResourceName

string

服務的身分識別。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.ServiceGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<ServiceResourceDescription>)

function get(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ServiceResourceDescription>)

參數

resourceGroupName

string

Azure 資源群組名稱

applicationResourceName

string

應用程式的身分識別。

serviceResourceName

string

服務的身分識別。

options
RequestOptionsBase

選擇性參數

get(string, string, string, ServiceCallback<ServiceResourceDescription>)

function get(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, callback: ServiceCallback<ServiceResourceDescription>)

參數

resourceGroupName

string

Azure 資源群組名稱

applicationResourceName

string

應用程式的身分識別。

serviceResourceName

string

服務的身分識別。

list(string, string, RequestOptionsBase)

可取得應用程式資源所有服務的相關資訊。 資訊包括服務的描述與其他屬性。

function list(resourceGroupName: string, applicationResourceName: string, options?: RequestOptionsBase): Promise<ServiceListResponse>

參數

resourceGroupName

string

Azure 資源群組名稱

applicationResourceName

string

應用程式的身分識別。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.ServiceListResponse>

list(string, string, RequestOptionsBase, ServiceCallback<ServiceResourceDescriptionList>)

function list(resourceGroupName: string, applicationResourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ServiceResourceDescriptionList>)

參數

resourceGroupName

string

Azure 資源群組名稱

applicationResourceName

string

應用程式的身分識別。

options
RequestOptionsBase

選擇性參數

list(string, string, ServiceCallback<ServiceResourceDescriptionList>)

function list(resourceGroupName: string, applicationResourceName: string, callback: ServiceCallback<ServiceResourceDescriptionList>)

參數

resourceGroupName

string

Azure 資源群組名稱

applicationResourceName

string

應用程式的身分識別。

listNext(string, RequestOptionsBase)

可取得應用程式資源所有服務的相關資訊。 資訊包括服務的描述與其他屬性。

function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ServiceListNextResponse>

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.ServiceListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<ServiceResourceDescriptionList>)

function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ServiceResourceDescriptionList>)

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

listNext(string, ServiceCallback<ServiceResourceDescriptionList>)

function listNext(nextPageLink: string, callback: ServiceCallback<ServiceResourceDescriptionList>)

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。