CloudServiceManagementClientExtensions.EntitleResourceAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> EntitleResourceAsync (this Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceManagementClient operations, Microsoft.WindowsAzure.Management.Scheduler.Models.EntitleResourceParameters parameters);
static member EntitleResourceAsync : Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceManagementClient * Microsoft.WindowsAzure.Management.Scheduler.Models.EntitleResourceParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function EntitleResourceAsync (operations As ICloudServiceManagementClient, parameters As EntitleResourceParameters) As Task(Of AzureOperationResponse)

Parameters

operations
ICloudServiceManagementClient

Reference to the Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceManagementClient.

parameters
EntitleResourceParameters

Required. Parameters provided to the EntitleResource method.

Returns

Task<Microsoft.Azure.AzureOperationResponse>

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

Applies to