ArmContainerServiceModelFactory.ManagedClusterIngressDefaultDomainProfile 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.
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
- 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.