CloudServiceCollection.GetAsync(String, CancellationToken) 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.
Display information about a cloud service.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}
- Operation Id: CloudServices_Get
- Default Api Version: 2022-09-04
- Resource: CloudServiceResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.CloudServiceResource>> GetAsync (string cloudServiceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.CloudServiceResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.CloudServiceResource>>
Public Overridable Function GetAsync (cloudServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CloudServiceResource))
Parameters
- cloudServiceName
- String
Name of the cloud service.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
cloudServiceName
is an empty string, and was expected to be non-empty.
cloudServiceName
is null.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET