HostedServiceOperationsExtensions.Create Method (IHostedServiceOperations, HostedServiceCreateParameters)

 

Creates a new cloud service in a subscription.

Namespace:   Microsoft.WindowsAzure.Management.Compute
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.AzureOperationResponse

An OperationResponse object that includes an HTTP status code and request ID.

For more information about creating a cloud service, see the following resources:

Return to top
Show: