Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterSecurityProfile
Packages that use ManagedClusterSecurityProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterSecurityProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterSecurityProfileModifier and TypeMethodDescriptionManagedClusterInner.securityProfile()Get the securityProfile property: Security profile for the managed cluster.ManagedClusterProperties.securityProfile()Get the securityProfile property: Security profile for the managed cluster.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterSecurityProfileModifier and TypeMethodDescriptionManagedClusterInner.withSecurityProfile(ManagedClusterSecurityProfile securityProfile) Set the securityProfile property: Security profile for the managed cluster.ManagedClusterProperties.withSecurityProfile(ManagedClusterSecurityProfile securityProfile) Set the securityProfile property: Security profile for the managed cluster. -
Uses of ManagedClusterSecurityProfile in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterSecurityProfileModifier and TypeClassDescriptionfinal classSecurity profile for the container service cluster.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterSecurityProfileModifier and TypeMethodDescriptionManagedClusterSecurityProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterSecurityProfile from the JsonReader.ManagedClusterSecurityProfile.withAzureKeyVaultKms(AzureKeyVaultKms azureKeyVaultKms) Set the azureKeyVaultKms property: Azure Key Vault [key management service](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/) settings for the security profile.ManagedClusterSecurityProfile.withCustomCATrustCertificates(List<byte[]> customCATrustCertificates) Set the customCATrustCertificates property: A list of up to 10 base64 encoded CAs that will be added to the trust store on all nodes in the cluster.ManagedClusterSecurityProfile.withDefender(ManagedClusterSecurityProfileDefender defender) Set the defender property: Microsoft Defender settings for the security profile.ManagedClusterSecurityProfile.withImageCleaner(ManagedClusterSecurityProfileImageCleaner imageCleaner) Set the imageCleaner property: Image Cleaner settings for the security profile.ManagedClusterSecurityProfile.withWorkloadIdentity(ManagedClusterSecurityProfileWorkloadIdentity workloadIdentity) Set the workloadIdentity property: Workload identity settings for the security profile.