HostedServiceOperationsExtensions.Create Method (IHostedServiceOperations, HostedServiceCreateParameters)
Creates a new cloud service in a subscription.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public static AzureOperationResponse Create( this IHostedServiceOperations operations, HostedServiceCreateParameters parameters )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations
The IHostedServiceOperations object that specifies the cloud service operations.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCreateParameters
The HostedServiceCreateParameters object that contains the parameters that are used to create a cloud service.
Return Value
Type: Microsoft.Azure.AzureOperationResponseAn OperationResponse object that includes an HTTP status code and request ID.
For more information about creating a cloud service, see the following resources:
Show: