HostedServiceAddExtensionParameters Constructors
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.
Overloads
HostedServiceAddExtensionParameters() |
Initializes a new instance of the HostedServiceAddExtensionParameters class. |
HostedServiceAddExtensionParameters(String, String) |
Initializes a new instance of the HostedServiceAddExtensionParameters class with required arguments. |
HostedServiceAddExtensionParameters()
Initializes a new instance of the HostedServiceAddExtensionParameters class.
public HostedServiceAddExtensionParameters ();
Public Sub New ()
Applies to
HostedServiceAddExtensionParameters(String, String)
Initializes a new instance of the HostedServiceAddExtensionParameters class with required arguments.
public HostedServiceAddExtensionParameters (string type, string id);
new Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceAddExtensionParameters : string * string -> Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceAddExtensionParameters
Public Sub New (type As String, id As String)
Parameters
- type
- String
- id
- String