CloudServiceManagementClientExtensions.EntitleResource 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 Microsoft.Azure.AzureOperationResponse EntitleResource (this Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceManagementClient operations, Microsoft.WindowsAzure.Management.Scheduler.Models.EntitleResourceParameters parameters);
static member EntitleResource : Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceManagementClient * Microsoft.WindowsAzure.Management.Scheduler.Models.EntitleResourceParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function EntitleResource (operations As ICloudServiceManagementClient, parameters As EntitleResourceParameters) As AzureOperationResponse

Parameters

operations
ICloudServiceManagementClient

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

parameters
EntitleResourceParameters

Required. Parameters provided to the EntitleResource method.

Returns

Microsoft.Azure.AzureOperationResponse

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

Applies to