ManagedClusterOidcIssuerProfile Constructors
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.
Overloads
ManagedClusterOidcIssuerProfile() |
Initializes a new instance of the ManagedClusterOidcIssuerProfile class. |
ManagedClusterOidcIssuerProfile(String, Nullable<Boolean>) |
Initializes a new instance of the ManagedClusterOidcIssuerProfile class. |
ManagedClusterOidcIssuerProfile()
Initializes a new instance of the ManagedClusterOidcIssuerProfile class.
public ManagedClusterOidcIssuerProfile ();
Public Sub New ()
Applies to
ManagedClusterOidcIssuerProfile(String, Nullable<Boolean>)
Initializes a new instance of the ManagedClusterOidcIssuerProfile class.
public ManagedClusterOidcIssuerProfile (string issuerUrl = default, bool? enabled = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile : string * Nullable<bool> -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterOidcIssuerProfile
Public Sub New (Optional issuerUrl As String = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing)
Parameters
- issuerUrl
- String
The OIDC issuer url of the Managed Cluster.