Partager via


ServiceTopologies interface

Interface représentant un ServiceTopologies.

Méthodes

createOrUpdate(string, string, ServiceTopologyResource, ServiceTopologiesCreateOrUpdateOptionalParams)

Crée de façon synchrone une topologie de service ou met à jour une topologie de service existante.

delete(string, string, ServiceTopologiesDeleteOptionalParams)

Supprime la topologie de service.

get(string, string, ServiceTopologiesGetOptionalParams)

Obtient la topologie de service.

list(string, ServiceTopologiesListOptionalParams)

Répertorie les topologies de service dans le groupe de ressources.

Détails de la méthode

createOrUpdate(string, string, ServiceTopologyResource, ServiceTopologiesCreateOrUpdateOptionalParams)

Crée de façon synchrone une topologie de service ou met à jour une topologie de service existante.

function createOrUpdate(resourceGroupName: string, serviceTopologyName: string, serviceTopologyInfo: ServiceTopologyResource, options?: ServiceTopologiesCreateOrUpdateOptionalParams): Promise<ServiceTopologyResource>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

serviceTopologyName

string

Nom de la topologie de service .

serviceTopologyInfo
ServiceTopologyResource

L’objet de topologie source définit la ressource.

options
ServiceTopologiesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

delete(string, string, ServiceTopologiesDeleteOptionalParams)

Supprime la topologie de service.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

serviceTopologyName

string

Nom de la topologie de service .

options
ServiceTopologiesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, ServiceTopologiesGetOptionalParams)

Obtient la topologie de service.

function get(resourceGroupName: string, serviceTopologyName: string, options?: ServiceTopologiesGetOptionalParams): Promise<ServiceTopologyResource>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

serviceTopologyName

string

Nom de la topologie de service .

options
ServiceTopologiesGetOptionalParams

Paramètres d’options.

Retours

list(string, ServiceTopologiesListOptionalParams)

Répertorie les topologies de service dans le groupe de ressources.

function list(resourceGroupName: string, options?: ServiceTopologiesListOptionalParams): Promise<ServiceTopologiesListResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

options
ServiceTopologiesListOptionalParams

Paramètres d’options.

Retours