共用方式為


ServiceReplica class

代表 ServiceReplica 的類別。

建構函式

ServiceReplica(ServiceFabricMeshManagementClientContext)

建立 ServiceReplica。

方法

get(string, string, string, string, RequestOptionsBase)

取得指定名稱服務複本的相關資訊。 資訊包括服務複本的描述與其他屬性。

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

取得應用程式指定服務之所有複本的相關資訊。 此資訊包括複本實例的執行時間屬性。

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

取得應用程式指定服務之所有複本的相關資訊。 此資訊包括複本實例的執行時間屬性。

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

建構函式詳細資料

ServiceReplica(ServiceFabricMeshManagementClientContext)

建立 ServiceReplica。

new ServiceReplica(client: ServiceFabricMeshManagementClientContext)

參數

client
ServiceFabricMeshManagementClientContext

服務用戶端的參考。

方法詳細資料

get(string, string, string, string, RequestOptionsBase)

取得指定名稱服務複本的相關資訊。 資訊包括服務複本的描述與其他屬性。

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

參數

resourceGroupName

string

Azure 資源群組名稱

applicationResourceName

string

應用程式的身分識別。

serviceResourceName

string

服務的身分識別。

replicaName

string

Service Fabric 複本名稱。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.ServiceReplicaGetResponse>

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

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

參數

resourceGroupName

string

Azure 資源群組名稱

applicationResourceName

string

應用程式的身分識別。

serviceResourceName

string

服務的身分識別。

replicaName

string

Service Fabric 複本名稱。

options
RequestOptionsBase

選擇性參數

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

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

參數

resourceGroupName

string

Azure 資源群組名稱

applicationResourceName

string

應用程式的身分識別。

serviceResourceName

string

服務的身分識別。

replicaName

string

Service Fabric 複本名稱。

list(string, string, string, RequestOptionsBase)

取得應用程式指定服務之所有複本的相關資訊。 此資訊包括複本實例的執行時間屬性。

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

參數

resourceGroupName

string

Azure 資源群組名稱

applicationResourceName

string

應用程式的身分識別。

serviceResourceName

string

服務的身分識別。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.ServiceReplicaListResponse>

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

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

參數

resourceGroupName

string

Azure 資源群組名稱

applicationResourceName

string

應用程式的身分識別。

serviceResourceName

string

服務的身分識別。

options
RequestOptionsBase

選擇性參數

list(string, string, string, ServiceCallback<ServiceReplicaDescriptionList>)

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

參數

resourceGroupName

string

Azure 資源群組名稱

applicationResourceName

string

應用程式的身分識別。

serviceResourceName

string

服務的身分識別。

listNext(string, RequestOptionsBase)

取得應用程式指定服務之所有複本的相關資訊。 此資訊包括複本實例的執行時間屬性。

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

參數

nextPageLink

string

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

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.ServiceReplicaListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<ServiceReplicaDescriptionList>)

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

參數

nextPageLink

string

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

options
RequestOptionsBase

選擇性參數

listNext(string, ServiceCallback<ServiceReplicaDescriptionList>)

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

參數

nextPageLink

string

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