ServiceTopologyResourceCollection.Get(String, CancellationToken) Method

Definition

Gets the service topology.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/serviceTopologies/{serviceTopologyName}
  • Operation Id: ServiceTopologies_Get
public virtual Azure.Response<Azure.ResourceManager.DeploymentManager.ServiceTopologyResource> Get (string serviceTopologyName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DeploymentManager.ServiceTopologyResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DeploymentManager.ServiceTopologyResource>
Public Overridable Function Get (serviceTopologyName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServiceTopologyResource)

Parameters

serviceTopologyName
String

The name of the service topology .

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

serviceTopologyName is an empty string, and was expected to be non-empty.

serviceTopologyName is null.

Applies to