HostedServiceCreateParameters Constructor (String, String)
Initializes a new instance of the HostedServiceCreateParameters class with required arguments.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Usage
'Usage
Dim serviceName As String
Dim label As String
Dim instance As New HostedServiceCreateParameters(serviceName, label)
Syntax
'Declaration
Public Sub New ( _
serviceName As String, _
label As String _
)
public HostedServiceCreateParameters (
string serviceName,
string label
)
public:
HostedServiceCreateParameters (
String^ serviceName,
String^ label
)
public HostedServiceCreateParameters (
String serviceName,
String label
)
public function HostedServiceCreateParameters (
serviceName : String,
label : String
)
Remarks
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
HostedServiceCreateParameters Class
HostedServiceCreateParameters Members
Microsoft.WindowsAzure.Management.Compute.Models Namespace