共用方式為


ServiceTopologyResource.GetServiceResource(String, CancellationToken) Method

Definition

Gets the service.

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