ServiceTopologies interface

Interface representing a ServiceTopologies.

Methods

createOrUpdate(string, string, ServiceTopologyResource, ServiceTopologiesCreateOrUpdateOptionalParams)

Synchronously creates a new service topology or updates an existing service topology.

delete(string, string, ServiceTopologiesDeleteOptionalParams)

Deletes the service topology.

get(string, string, ServiceTopologiesGetOptionalParams)

Gets the service topology.

list(string, ServiceTopologiesListOptionalParams)

Lists the service topologies in the resource group.

Method Details

createOrUpdate(string, string, ServiceTopologyResource, ServiceTopologiesCreateOrUpdateOptionalParams)

Synchronously creates a new service topology or updates an existing service topology.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serviceTopologyName

string

The name of the service topology .

serviceTopologyInfo
ServiceTopologyResource

Source topology object defines the resource.

options
ServiceTopologiesCreateOrUpdateOptionalParams

The options parameters.

Returns

delete(string, string, ServiceTopologiesDeleteOptionalParams)

Deletes the service topology.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serviceTopologyName

string

The name of the service topology .

options
ServiceTopologiesDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, ServiceTopologiesGetOptionalParams)

Gets the service topology.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serviceTopologyName

string

The name of the service topology .

options
ServiceTopologiesGetOptionalParams

The options parameters.

Returns

list(string, ServiceTopologiesListOptionalParams)

Lists the service topologies in the resource group.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

options
ServiceTopologiesListOptionalParams

The options parameters.

Returns