Dela via


HostedServiceOperationsExtensions.Create Method

Definition

The Create Hosted Service operation creates a new cloud service in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg441304.aspx for more information)

public static Microsoft.Azure.AzureOperationResponse Create (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCreateParameters parameters);
static member Create : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCreateParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Create (operations As IHostedServiceOperations, parameters As HostedServiceCreateParameters) As AzureOperationResponse

Parameters

operations
IHostedServiceOperations

Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations.

parameters
HostedServiceCreateParameters

Required. Parameters supplied to the Create Hosted Service operation.

Returns

Microsoft.Azure.AzureOperationResponse

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

Applies to