ServiceTopologies interface 
Interface representing a ServiceTopologies.
Methods
| create | Synchronously creates a new service topology or updates an existing service topology. | 
| delete(string, string, Service | Deletes the service topology. | 
| get(string, string, Service | Gets the service topology. | 
| list(string, Service | 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.
The options parameters.
Returns
Promise<ServiceTopologyResource>
		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 .
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 .
The options parameters.
Returns
Promise<ServiceTopologyResource>
		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.
The options parameters.
Returns
Promise<ServiceTopologiesListResponse>