Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterSecurityProfileWorkloadIdentity
Packages that use ManagedClusterSecurityProfileWorkloadIdentity
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterSecurityProfileWorkloadIdentity in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterSecurityProfileWorkloadIdentityModifier and TypeMethodDescriptionManagedClusterSecurityProfileWorkloadIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterSecurityProfileWorkloadIdentity from the JsonReader.ManagedClusterSecurityProfileWorkloadIdentity.withEnabled(Boolean enabled) Set the enabled property: Whether to enable workload identity.ManagedClusterSecurityProfile.workloadIdentity()Get the workloadIdentity property: Workload identity settings for the security profile.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterSecurityProfileWorkloadIdentityModifier and TypeMethodDescriptionManagedClusterSecurityProfile.withWorkloadIdentity(ManagedClusterSecurityProfileWorkloadIdentity workloadIdentity) Set the workloadIdentity property: Workload identity settings for the security profile.