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
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterOidcIssuerProfileModifier and TypeClassDescriptionfinal classThe OIDC issuer profile of the Managed Cluster.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterOidcIssuerProfileModifier and TypeMethodDescriptionManagedClusterOidcIssuerProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterOidcIssuerProfile from the JsonReader.ManagedClusterOidcIssuerProfile.withEnabled(Boolean enabled) Set the enabled property: Whether the OIDC issuer is enabled.