HostedServiceGetExtensionResponse 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
HostedServiceGetExtensionResponse() |
Initializes a new instance of the HostedServiceGetExtensionResponse class. |
HostedServiceGetExtensionResponse(String) |
Initializes a new instance of the HostedServiceGetExtensionResponse class with required arguments. |
HostedServiceGetExtensionResponse()
Initializes a new instance of the HostedServiceGetExtensionResponse class.
public HostedServiceGetExtensionResponse ();
Public Sub New ()
Applies to
HostedServiceGetExtensionResponse(String)
Initializes a new instance of the HostedServiceGetExtensionResponse class with required arguments.
public HostedServiceGetExtensionResponse (string type);
new Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetExtensionResponse : string -> Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetExtensionResponse
Public Sub New (type As String)
Parameters
- type
- String
Applies to
Azure SDK for .NET