Condividi tramite


Services interface

Interfaccia che rappresenta un servizio.

Metodi

createOrUpdate(string, string, string, ServiceResource, ServicesCreateOrUpdateOptionalParams)

Crea in modo sincrono un nuovo servizio o aggiorna un servizio esistente.

delete(string, string, string, ServicesDeleteOptionalParams)

Elimina il servizio.

get(string, string, string, ServicesGetOptionalParams)

Ottiene il servizio.

list(string, string, ServicesListOptionalParams)

Elenca i servizi nella topologia del servizio.

Dettagli metodo

createOrUpdate(string, string, string, ServiceResource, ServicesCreateOrUpdateOptionalParams)

Crea in modo sincrono un nuovo servizio o aggiorna un servizio esistente.

function createOrUpdate(resourceGroupName: string, serviceTopologyName: string, serviceName: string, serviceInfo: ServiceResource, options?: ServicesCreateOrUpdateOptionalParams): Promise<ServiceResource>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

serviceTopologyName

string

Nome della topologia del servizio .

serviceName

string

Nome della risorsa del servizio.

serviceInfo
ServiceResource

Oggetto del servizio

options
ServicesCreateOrUpdateOptionalParams

Parametri delle opzioni.

Restituisce

Promise<ServiceResource>

delete(string, string, string, ServicesDeleteOptionalParams)

Elimina il servizio.

function delete(resourceGroupName: string, serviceTopologyName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<void>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

serviceTopologyName

string

Nome della topologia del servizio .

serviceName

string

Nome della risorsa del servizio.

options
ServicesDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<void>

get(string, string, string, ServicesGetOptionalParams)

Ottiene il servizio.

function get(resourceGroupName: string, serviceTopologyName: string, serviceName: string, options?: ServicesGetOptionalParams): Promise<ServiceResource>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

serviceTopologyName

string

Nome della topologia del servizio .

serviceName

string

Nome della risorsa del servizio.

options
ServicesGetOptionalParams

Parametri delle opzioni.

Restituisce

Promise<ServiceResource>

list(string, string, ServicesListOptionalParams)

Elenca i servizi nella topologia del servizio.

function list(resourceGroupName: string, serviceTopologyName: string, options?: ServicesListOptionalParams): Promise<ServicesListResponse>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

serviceTopologyName

string

Nome della topologia del servizio .

options
ServicesListOptionalParams

Parametri delle opzioni.

Restituisce