ManagedClusterSecurityProfile Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ManagedClusterSecurityProfile() |
Initializes a new instance of the ManagedClusterSecurityProfile class. |
ManagedClusterSecurityProfile(ManagedClusterSecurityProfileDefender, AzureKeyVaultKms, ManagedClusterSecurityProfileWorkloadIdentity, ManagedClusterSecurityProfileImageCleaner) |
Initializes a new instance of the ManagedClusterSecurityProfile class. |
ManagedClusterSecurityProfile()
Initializes a new instance of the ManagedClusterSecurityProfile class.
public ManagedClusterSecurityProfile ();
Public Sub New ()
Applies to
ManagedClusterSecurityProfile(ManagedClusterSecurityProfileDefender, AzureKeyVaultKms, ManagedClusterSecurityProfileWorkloadIdentity, ManagedClusterSecurityProfileImageCleaner)
Initializes a new instance of the ManagedClusterSecurityProfile class.
public ManagedClusterSecurityProfile (Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefender defender = default, Microsoft.Azure.Management.ContainerService.Models.AzureKeyVaultKms azureKeyVaultKms = default, Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileWorkloadIdentity workloadIdentity = default, Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileImageCleaner imageCleaner = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile : Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefender * Microsoft.Azure.Management.ContainerService.Models.AzureKeyVaultKms * Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileWorkloadIdentity * Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileImageCleaner -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfile
Public Sub New (Optional defender As ManagedClusterSecurityProfileDefender = Nothing, Optional azureKeyVaultKms As AzureKeyVaultKms = Nothing, Optional workloadIdentity As ManagedClusterSecurityProfileWorkloadIdentity = Nothing, Optional imageCleaner As ManagedClusterSecurityProfileImageCleaner = Nothing)
Parameters
Microsoft Defender settings for the security profile.
- azureKeyVaultKms
- AzureKeyVaultKms
Azure Key Vault key management service settings for the security profile.
- workloadIdentity
- ManagedClusterSecurityProfileWorkloadIdentity
Workload identity settings for the security profile. Workload identity enables Kubernetes applications to access Azure cloud resources securely with Azure AD. See https://aka.ms/aks/wi for more details.
- imageCleaner
- ManagedClusterSecurityProfileImageCleaner
Image Cleaner settings for the security profile.