KubeEnvironmentPatch Class

Definition

ARM resource for a KubeEnvironment when patching Serialized Name: KubeEnvironmentPatchResource

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

Constructors

Name Description
KubeEnvironmentPatch()

Initializes a new instance of KubeEnvironmentPatch.

Properties

Name Description
AksResourceId

Serialized Name: KubeEnvironmentPatchResource.properties.aksResourceID.

AppLogsConfiguration

Cluster configuration which enables the log daemon to export app logs to a destination. Currently only "log-analytics" is supported Serialized Name: KubeEnvironmentPatchResource.properties.appLogsConfiguration

ArcConfiguration

Cluster configuration which determines the ARC cluster components types. Eg: Choosing between BuildService kind, FrontEnd Service ArtifactsStorageType etc. Serialized Name: KubeEnvironmentPatchResource.properties.arcConfiguration

ContainerAppsConfiguration

Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration Serialized Name: KubeEnvironmentPatchResource.properties.containerAppsConfiguration

DefaultDomain

Default Domain Name for the cluster Serialized Name: KubeEnvironmentPatchResource.properties.defaultDomain

DeploymentErrors

Any errors that occurred during deployment or deployment validation Serialized Name: KubeEnvironmentPatchResource.properties.deploymentErrors

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IsInternalLoadBalancerEnabled

Only visible within Vnet/Subnet Serialized Name: KubeEnvironmentPatchResource.properties.internalLoadBalancerEnabled

Kind

Kind of resource. Serialized Name: ProxyOnlyResource.kind

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

Provisioning state of the Kubernetes Environment. Serialized Name: KubeEnvironmentPatchResource.properties.provisioningState

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
StaticIP

Static IP of the KubeEnvironment Serialized Name: KubeEnvironmentPatchResource.properties.staticIp

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<KubeEnvironmentPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KubeEnvironmentPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KubeEnvironmentPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KubeEnvironmentPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to