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
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterSecurityProfileModifier and TypeMethodDescriptionManagedClusterSecurityProfile.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.withDefender(ManagedClusterSecurityProfileDefender defender) Set the defender property: Microsoft Defender settings for the security profile.