Share via


ICloudServiceManagementClient.EntitleResourceAsync Method (EntitleResourceParameters, CancellationToken)

 

EntitleResource is used only for 3rd party Store providers. Each subscription must be entitled for the resource before creating that particular type of resource.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

Task<AzureOperationResponse> EntitleResourceAsync(
    EntitleResourceParameters parameters,
    CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ EntitleResourceAsync(
    EntitleResourceParameters^ parameters,
    CancellationToken cancellationToken
)
abstract EntitleResourceAsync : 
        parameters:EntitleResourceParameters *
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function EntitleResourceAsync (
    parameters As EntitleResourceParameters,
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<AzureOperationResponse>

A standard service response including an HTTP status code and request ID.

See Also

ICloudServiceManagementClient Interface
Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top