Bagikan melalui


ServiceTopologyResource.GetServiceResourceAsync Method

Definition

Gets the service.

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

Parameters

serviceName
String

The name of the service resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

serviceName is null.

Applies to