Share via


HostedServiceAddExtensionParameters Constructor (String, String)

 

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

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

Syntax

public HostedServiceAddExtensionParameters(
    string type,
    string id
)
public:
HostedServiceAddExtensionParameters(
    String^ type,
    String^ id
)
new : 
        type:string *
        id:string -> HostedServiceAddExtensionParameters
Public Sub New (
    type As String,
    id As String
)

See Also

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

Return to top