CloudServiceManagementClientExtensions::EntitleResourceAsync 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.
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
public: [ExtensionAttribute] static Task<AzureOperationResponse^>^ EntitleResourceAsync( ICloudServiceManagementClient^ operations, EntitleResourceParameters^ parameters )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Scheduler::ICloudServiceManagementClient^
Reference to the Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceManagementClient.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Scheduler.Models::EntitleResourceParameters^
Required. Parameters provided to the EntitleResource method.
Return Value
Type: System.Threading.Tasks::Task<AzureOperationResponse^>^A standard service response including an HTTP status code and request ID.
Show: