KubeEnvironmentProfile 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
KubeEnvironmentProfile() |
Initializes a new instance of the KubeEnvironmentProfile class. |
KubeEnvironmentProfile(String, String, String) |
Initializes a new instance of the KubeEnvironmentProfile class. |
KubeEnvironmentProfile()
Initializes a new instance of the KubeEnvironmentProfile class.
public KubeEnvironmentProfile ();
Public Sub New ()
Applies to
KubeEnvironmentProfile(String, String, String)
Initializes a new instance of the KubeEnvironmentProfile class.
public KubeEnvironmentProfile (string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.WebSites.Models.KubeEnvironmentProfile : string * string * string -> Microsoft.Azure.Management.WebSites.Models.KubeEnvironmentProfile
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 Kubernetes Environment.
- name
- String
Name of the Kubernetes Environment.
- type
- String
Resource type of the Kubernetes Environment.
Applies to
Azure SDK for .NET