Partager via


KubeEnvironmentProfile Class

Definition

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.

Applies to