Service class
Classe che rappresenta un servizio.
Costruttori
Service(Service |
Creare un servizio. |
Metodi
Dettagli costruttore
Service(ServiceFabricMeshManagementClientContext)
Creare un servizio.
new Service(client: ServiceFabricMeshManagementClientContext)
Parametri
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<ServiceGetResponse>
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
- callback
Callback
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.
- callback
Callback
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<ServiceListResponse>
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
Callback
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.
Callback
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<ServiceListNextResponse>
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
Callback
listNext(string, ServiceCallback<ServiceResourceDescriptionList>)
function listNext(nextPageLink: string, callback: ServiceCallback<ServiceResourceDescriptionList>)
Parametri
- nextPageLink
-
string
NextLink dalla chiamata precedente all'operazione List.
Callback