HostedServiceGetExtensionResponse Constructor (String)

 

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

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public HostedServiceGetExtensionResponse(
    string type
)
public:
HostedServiceGetExtensionResponse(
    String^ type
)
new : 
        type:string -> HostedServiceGetExtensionResponse
Public Sub New (
    type As String
)

See Also

HostedServiceGetExtensionResponse Overload
HostedServiceGetExtensionResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top