ArmAppServiceModelFactory.KubeEnvironmentPatch Method
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.
Initializes a new instance of KubeEnvironmentPatch.
public static Azure.ResourceManager.AppService.Models.KubeEnvironmentPatch KubeEnvironmentPatch (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.AppService.Models.KubeEnvironmentProvisioningState? provisioningState = default, string deploymentErrors = default, bool? isInternalLoadBalancerEnabled = default, string defaultDomain = default, string staticIP = default, Azure.ResourceManager.AppService.Models.ArcConfiguration arcConfiguration = default, Azure.ResourceManager.AppService.Models.AppLogsConfiguration appLogsConfiguration = default, Azure.ResourceManager.AppService.Models.ContainerAppsConfiguration containerAppsConfiguration = default, Azure.Core.ResourceIdentifier aksResourceId = default, string kind = default);
static member KubeEnvironmentPatch : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.AppService.Models.KubeEnvironmentProvisioningState> * string * Nullable<bool> * string * string * Azure.ResourceManager.AppService.Models.ArcConfiguration * Azure.ResourceManager.AppService.Models.AppLogsConfiguration * Azure.ResourceManager.AppService.Models.ContainerAppsConfiguration * Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.AppService.Models.KubeEnvironmentPatch
Public Shared Function KubeEnvironmentPatch (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As Nullable(Of KubeEnvironmentProvisioningState) = Nothing, Optional deploymentErrors As String = Nothing, Optional isInternalLoadBalancerEnabled As Nullable(Of Boolean) = Nothing, Optional defaultDomain As String = Nothing, Optional staticIP As String = Nothing, Optional arcConfiguration As ArcConfiguration = Nothing, Optional appLogsConfiguration As AppLogsConfiguration = Nothing, Optional containerAppsConfiguration As ContainerAppsConfiguration = Nothing, Optional aksResourceId As ResourceIdentifier = Nothing, Optional kind As String = Nothing) As KubeEnvironmentPatch
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- provisioningState
- Nullable<KubeEnvironmentProvisioningState>
Provisioning state of the Kubernetes Environment.
- deploymentErrors
- String
Any errors that occurred during deployment or deployment validation.
- defaultDomain
- String
Default Domain Name for the cluster.
- staticIP
- String
Static IP of the KubeEnvironment.
- arcConfiguration
- ArcConfiguration
Cluster configuration which determines the ARC cluster components types. Eg: Choosing between BuildService kind, FrontEnd Service ArtifactsStorageType etc.
- appLogsConfiguration
- AppLogsConfiguration
Cluster configuration which enables the log daemon to export app logs to a destination. Currently only "log-analytics" is supported
- containerAppsConfiguration
- ContainerAppsConfiguration
Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration.
- aksResourceId
- ResourceIdentifier
- kind
- String
Kind of resource.
Returns
A new KubeEnvironmentPatch instance for mocking.
Applies to
Azure SDK for .NET