KubeEnvironmentProfile Class

Definition

Specification for a Kubernetes Environment to use for this resource.

public class 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
type KubeEnvironmentProfile = class
    interface IJsonModel<KubeEnvironmentProfile>
    interface IPersistableModel<KubeEnvironmentProfile>
Public Class KubeEnvironmentProfile
Public Class KubeEnvironmentProfile
Implements IJsonModel(Of KubeEnvironmentProfile), IPersistableModel(Of KubeEnvironmentProfile)
Inheritance
KubeEnvironmentProfile
Implements

Constructors

KubeEnvironmentProfile()

Initializes a new instance of KubeEnvironmentProfile.

Properties

Id

Resource ID of the Kubernetes Environment.

Name

Name of the Kubernetes Environment.

ResourceType

Resource type of the Kubernetes Environment.

Explicit Interface Implementations

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