MockableApiCenterResourceGroupResource.GetApiCenterService Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get service
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiCenter/services/{serviceName}
- Operation Id: Services_Get
public virtual Azure.Response<Azure.ResourceManager.ApiCenter.ApiCenterServiceResource> GetApiCenterService (string serviceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetApiCenterService : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiCenter.ApiCenterServiceResource>
override this.GetApiCenterService : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiCenter.ApiCenterServiceResource>
Public Overridable Function GetApiCenterService (serviceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApiCenterServiceResource)
Parameters
- serviceName
- String
Service name.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
serviceName
is null.
serviceName
is an empty string, and was expected to be non-empty.