ManagedClusterIngressProfile 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.
Ingress profile for the container service cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterIngressProfileTypeConverter))]
public class ManagedClusterIngressProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterIngressProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterIngressProfileTypeConverter))>]
type ManagedClusterIngressProfile = class
interface IManagedClusterIngressProfile
interface IJsonSerializable
Public Class ManagedClusterIngressProfile
Implements IManagedClusterIngressProfile
- Inheritance
-
ManagedClusterIngressProfile
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedClusterIngressProfile() |
Creates an new ManagedClusterIngressProfile instance. |
Properties
| Name | Description |
|---|---|
| IdentityClientId |
The client ID of the user assigned identity. |
| IdentityObjectId |
The object ID of the user assigned identity. |
| IdentityResourceId |
The resource ID of the user assigned identity. |
| NginxDefaultIngressControllerType |
Ingress type for the default NginxIngressController custom resource |
| WebAppRoutingDnsZoneResourceId |
Resource IDs of the DNS zones to be associated with the Application Routing add-on. Used only when Application Routing add-on is enabled. Public and private DNS zones can be in different resource groups, but all public DNS zones must be in the same resource group and all private DNS zones must be in the same resource group. |
| WebAppRoutingEnabled |
Whether to enable the Application Routing add-on. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagedClusterIngressProfile. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedClusterIngressProfile. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterIngressProfile. |
| FromJsonString(String) |
Creates a new instance of ManagedClusterIngressProfile, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedClusterIngressProfile into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |