HostingEnvironmentProfile 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
HostingEnvironmentProfile() |
Initializes a new instance of the HostingEnvironmentProfile class. |
HostingEnvironmentProfile(String, String, String) |
Initializes a new instance of the HostingEnvironmentProfile class. |
HostingEnvironmentProfile()
Initializes a new instance of the HostingEnvironmentProfile class.
public HostingEnvironmentProfile ();
Public Sub New ()
Applies to
HostingEnvironmentProfile(String, String, String)
Initializes a new instance of the HostingEnvironmentProfile class.
public HostingEnvironmentProfile (string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentProfile : string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentProfile
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
Resource ID of the App Service Environment.
- name
- String
Name of the App Service Environment.
- type
- String
Resource type of the App Service Environment.