Condividi tramite


Service class

Classe che rappresenta un servizio.

Costruttori

Service(ServiceFabricMeshManagementClientContext)

Creare un servizio.

Metodi

get(string, string, string, RequestOptionsBase)

Ottiene le informazioni sulla risorsa del servizio con il nome specificato. Le informazioni includono la descrizione e altre proprietà del servizio.

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

Ottiene le informazioni su tutti i servizi di una risorsa dell'applicazione. Le informazioni includono la descrizione e altre proprietà del servizio.

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

Ottiene le informazioni su tutti i servizi di una risorsa dell'applicazione. Le informazioni includono la descrizione e altre proprietà del servizio.

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

Dettagli costruttore

Service(ServiceFabricMeshManagementClientContext)

Creare un servizio.

new Service(client: ServiceFabricMeshManagementClientContext)

Parametri

client
ServiceFabricMeshManagementClientContext

Riferimento al client del servizio.

Dettagli metodo

get(string, string, string, RequestOptionsBase)

Ottiene le informazioni sulla risorsa del servizio con il nome specificato. Le informazioni includono la descrizione e altre proprietà del servizio.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse di Azure

applicationResourceName

string

Identità dell'applicazione.

serviceResourceName

string

L'identità del servizio.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<Models.ServiceGetResponse>

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

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse di Azure

applicationResourceName

string

Identità dell'applicazione.

serviceResourceName

string

L'identità del servizio.

options
RequestOptionsBase

Parametri facoltativi

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

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse di Azure

applicationResourceName

string

Identità dell'applicazione.

serviceResourceName

string

L'identità del servizio.

list(string, string, RequestOptionsBase)

Ottiene le informazioni su tutti i servizi di una risorsa dell'applicazione. Le informazioni includono la descrizione e altre proprietà del servizio.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse di Azure

applicationResourceName

string

Identità dell'applicazione.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<Models.ServiceListResponse>

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

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse di Azure

applicationResourceName

string

Identità dell'applicazione.

options
RequestOptionsBase

Parametri facoltativi

list(string, string, ServiceCallback<ServiceResourceDescriptionList>)

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse di Azure

applicationResourceName

string

Identità dell'applicazione.

listNext(string, RequestOptionsBase)

Ottiene le informazioni su tutti i servizi di una risorsa dell'applicazione. Le informazioni includono la descrizione e altre proprietà del servizio.

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

Parametri

nextPageLink

string

NextLink dalla chiamata precedente all'operazione List.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<Models.ServiceListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<ServiceResourceDescriptionList>)

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

Parametri

nextPageLink

string

NextLink dalla chiamata precedente all'operazione List.

options
RequestOptionsBase

Parametri facoltativi

listNext(string, ServiceCallback<ServiceResourceDescriptionList>)

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

Parametri

nextPageLink

string

NextLink dalla chiamata precedente all'operazione List.