Udostępnij za pośrednictwem


HostedServiceGetExtensionResponse Constructors

Definition

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