Share via


CloudServiceManagementClientExtensions.EntitleResource Method (ICloudServiceManagementClient, EntitleResourceParameters)

 

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

public static AzureOperationResponse EntitleResource(
    this ICloudServiceManagementClient operations,
    EntitleResourceParameters parameters
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ EntitleResource(
    ICloudServiceManagementClient^ operations,
    EntitleResourceParameters^ parameters
)
static member EntitleResource : 
        operations:ICloudServiceManagementClient *
        parameters:EntitleResourceParameters -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function EntitleResource (
    operations As ICloudServiceManagementClient,
    parameters As EntitleResourceParameters
) As AzureOperationResponse

Parameters

Return Value

Type: Microsoft.Azure.AzureOperationResponse

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

See Also

CloudServiceManagementClientExtensions Class
Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top