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
| Name | Description |
|---|---|
| ManagedClusterSecurityProfile() |
Initializes a new instance of the ManagedClusterSecurityProfile class. |
| ManagedClusterSecurityProfile(ManagedClusterSecurityProfileDefender, AzureKeyVaultKms, ManagedClusterSecurityProfileWorkloadIdentity, ManagedClusterSecurityProfileImageCleaner) |
Initializes a new instance of the ManagedClusterSecurityProfile class. |
| ManagedClusterSecurityProfile(ManagedClusterSecurityProfileDefender, AzureKeyVaultKms, ManagedClusterSecurityProfileWorkloadIdentity, ManagedClusterSecurityProfileImageCleaner, IList<Byte[]>) |
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.
Applies to
ManagedClusterSecurityProfile(ManagedClusterSecurityProfileDefender, AzureKeyVaultKms, ManagedClusterSecurityProfileWorkloadIdentity, ManagedClusterSecurityProfileImageCleaner, IList<Byte[]>)
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, System.Collections.Generic.IList<byte[]> customCaTrustCertificates = 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 * System.Collections.Generic.IList<byte[]> -> 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, Optional customCaTrustCertificates As IList(Of Byte()) = 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.
A list of up to 10 base64 encoded CAs that will be added to the trust store on all nodes in the cluster. For more information see Custom CA Trust Certificates.