KubeEnvironmentProfile Class

Definition

Specification for a Kubernetes Environment to use for this resource. Serialized Name: KubeEnvironmentProfile

public class KubeEnvironmentProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.KubeEnvironmentProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.KubeEnvironmentProfile>
type KubeEnvironmentProfile = class
    interface IJsonModel<KubeEnvironmentProfile>
    interface IPersistableModel<KubeEnvironmentProfile>
Public Class KubeEnvironmentProfile
Implements IJsonModel(Of KubeEnvironmentProfile), IPersistableModel(Of KubeEnvironmentProfile)
Inheritance
KubeEnvironmentProfile
Implements

Constructors

Name Description
KubeEnvironmentProfile()

Initializes a new instance of KubeEnvironmentProfile.

Properties

Name Description
Id

Resource ID of the Kubernetes Environment. Serialized Name: KubeEnvironmentProfile.id

Name

Name of the Kubernetes Environment. Serialized Name: KubeEnvironmentProfile.name

ResourceType

Resource type of the Kubernetes Environment. Serialized Name: KubeEnvironmentProfile.type

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<KubeEnvironmentProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<KubeEnvironmentProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KubeEnvironmentProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KubeEnvironmentProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<KubeEnvironmentProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to