共用方式為


HostedServiceCreateParameters Constructors

Definition

Overloads

HostedServiceCreateParameters()

Initializes a new instance of the HostedServiceCreateParameters class.

HostedServiceCreateParameters(String, String)

Initializes a new instance of the HostedServiceCreateParameters class with required arguments.

HostedServiceCreateParameters()

Initializes a new instance of the HostedServiceCreateParameters class.

public HostedServiceCreateParameters ();
Public Sub New ()

Applies to

HostedServiceCreateParameters(String, String)

Initializes a new instance of the HostedServiceCreateParameters class with required arguments.

public HostedServiceCreateParameters (string serviceName, string label);
new Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCreateParameters : string * string -> Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCreateParameters
Public Sub New (serviceName As String, label As String)

Parameters

serviceName
String
label
String

Applies to