Share via


HostingEnvironmentProfile Constructors

Definition

Overloads

HostingEnvironmentProfile()
HostingEnvironmentProfile(String, String, String)

HostingEnvironmentProfile()

public HostingEnvironmentProfile ();
Public Sub New ()

Applies to

HostingEnvironmentProfile(String, String, String)

public HostingEnvironmentProfile (string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.HostingEnvironmentProfile : string * string * string -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.HostingEnvironmentProfile
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

Parameters

id
String
name
String
type
String

Applies to