KubeEnvironmentProfile Class
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.
Specification for a Kubernetes Environment to use for this resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.KubeEnvironmentProfileTypeConverter))]
public class KubeEnvironmentProfile : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IKubeEnvironmentProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.KubeEnvironmentProfileTypeConverter))>]
type KubeEnvironmentProfile = class
interface IKubeEnvironmentProfile
interface IJsonSerializable
Public Class KubeEnvironmentProfile
Implements IKubeEnvironmentProfile
- Inheritance
-
KubeEnvironmentProfile
- Attributes
- Implements
Constructors
KubeEnvironmentProfile() |
Creates an new KubeEnvironmentProfile instance. |
Properties
Id |
Resource ID of the Kubernetes Environment. |
Name |
Name of the Kubernetes Environment. |
Type |
Resource type of the Kubernetes Environment. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of KubeEnvironmentProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of KubeEnvironmentProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IKubeEnvironmentProfile. |
FromJsonString(String) |
Creates a new instance of KubeEnvironmentProfile, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of KubeEnvironmentProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |