KubeEnvironmentPatchResource 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.
ARM resource for a KubeEnvironment when patching
[Microsoft.Rest.Serialization.JsonTransformation]
public class KubeEnvironmentPatchResource : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type KubeEnvironmentPatchResource = class
inherit ProxyOnlyResource
Public Class KubeEnvironmentPatchResource
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
KubeEnvironmentPatchResource() |
Initializes a new instance of the KubeEnvironmentPatchResource class. |
KubeEnvironmentPatchResource(String, String, String, String, Nullable<KubeEnvironmentProvisioningState>, String, Nullable<Boolean>, String, String, ArcConfiguration, AppLogsConfiguration, ContainerAppsConfiguration, String) |
Initializes a new instance of the KubeEnvironmentPatchResource class. |
Properties
AksResourceID | |
AppLogsConfiguration |
Gets or sets cluster configuration which enables the log daemon to export app logs to a destination. Currently only "log-analytics" is supported |
ArcConfiguration |
Gets or sets cluster configuration which determines the ARC cluster components types. Eg: Choosing between BuildService kind, FrontEnd Service ArtifactsStorageType etc. |
ContainerAppsConfiguration |
Gets or sets cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration |
DefaultDomain |
Gets default Domain Name for the cluster |
DeploymentErrors |
Gets any errors that occurred during deployment or deployment validation |
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
InternalLoadBalancerEnabled |
Gets or sets only visible within Vnet/Subnet |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
ProvisioningState |
Gets provisioning state of the Kubernetes Environment. Possible values include: 'Succeeded', 'Failed', 'Canceled', 'Waiting', 'InitializationInProgress', 'InfrastructureSetupInProgress', 'InfrastructureSetupComplete', 'ScheduledForDelete', 'UpgradeRequested', 'UpgradeFailed' |
StaticIp |
Gets or sets static IP of the KubeEnvironment |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
Applies to
Azure SDK for .NET