Class ManagedClusterSecurityProfile
java.lang.Object
com.azure.resourcemanager.containerservice.models.ManagedClusterSecurityProfile
Security profile for the container service cluster.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the azureKeyVaultKms property: Azure Key Vault [key management service](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/) settings for the security profile.defender()Get the defender property: Microsoft Defender settings for the security profile.voidvalidate()Validates the instance.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.Set the defender property: Microsoft Defender settings for the security profile.
-
Constructor Details
-
ManagedClusterSecurityProfile
public ManagedClusterSecurityProfile()
-
-
Method Details
-
defender
Get the defender property: Microsoft Defender settings for the security profile.- Returns:
- the defender value.
-
withDefender
Set the defender property: Microsoft Defender settings for the security profile.- Parameters:
defender- the defender value to set.- Returns:
- the ManagedClusterSecurityProfile object itself.
-
azureKeyVaultKms
Get the azureKeyVaultKms property: Azure Key Vault [key management service](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/) settings for the security profile.- Returns:
- the azureKeyVaultKms value.
-
withAzureKeyVaultKms
Set the azureKeyVaultKms property: Azure Key Vault [key management service](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/) settings for the security profile.- Parameters:
azureKeyVaultKms- the azureKeyVaultKms value to set.- Returns:
- the ManagedClusterSecurityProfile object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-