HostedServiceOperationsExtensions.Create 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.
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
A standard service response including an HTTP status code and request ID.
Applies to
Azure SDK for .NET