ArmContainerServiceModelFactory.ManagedClusterIngressDefaultDomainProfile Method

Definition

Default domain profile for the managed cluster ingress profile.

public static Azure.ResourceManager.ContainerService.Models.ManagedClusterIngressDefaultDomainProfile ManagedClusterIngressDefaultDomainProfile(bool? isDefaultDomainEnabled = default, string domainName = default);
static member ManagedClusterIngressDefaultDomainProfile : Nullable<bool> * string -> Azure.ResourceManager.ContainerService.Models.ManagedClusterIngressDefaultDomainProfile
Public Shared Function ManagedClusterIngressDefaultDomainProfile (Optional isDefaultDomainEnabled As Nullable(Of Boolean) = Nothing, Optional domainName As String = Nothing) As ManagedClusterIngressDefaultDomainProfile

Parameters

isDefaultDomainEnabled
Nullable<Boolean>

Whether to enable Default Domain.

domainName
String

The unique fully qualified domain name assigned to the cluster. This will not change even if disabled then reenabled.

Returns

A new ManagedClusterIngressDefaultDomainProfile instance for mocking.

Applies to