Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterOidcIssuerProfile
Packages that use ManagedClusterOidcIssuerProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterOidcIssuerProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterOidcIssuerProfileModifier and TypeMethodDescriptionManagedClusterInner.oidcIssuerProfile()Get the oidcIssuerProfile property: The OIDC issuer profile of the Managed Cluster.ManagedClusterProperties.oidcIssuerProfile()Get the oidcIssuerProfile property: The OIDC issuer profile of the Managed Cluster.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterOidcIssuerProfileModifier and TypeMethodDescriptionManagedClusterInner.withOidcIssuerProfile(ManagedClusterOidcIssuerProfile oidcIssuerProfile) Set the oidcIssuerProfile property: The OIDC issuer profile of the Managed Cluster.ManagedClusterProperties.withOidcIssuerProfile(ManagedClusterOidcIssuerProfile oidcIssuerProfile) Set the oidcIssuerProfile property: The OIDC issuer profile of the Managed Cluster. -
Uses of ManagedClusterOidcIssuerProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterOidcIssuerProfileModifier and TypeMethodDescriptionManagedClusterOidcIssuerProfile.withEnabled(Boolean enabled) Set the enabled property: Whether the OIDC issuer is enabled.