CloudServiceManagementClientExtensions.EntitleResourceAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A standard service response including an HTTP status code and request ID.
Applies to
Azure SDK for .NET