次の方法で共有


ManagedClusterSecurityProfile Class

Definition

Security profile for the container service cluster.

public class ManagedClusterSecurityProfile : Azure.Provisioning.Primitives.ProvisionableConstruct
type ManagedClusterSecurityProfile = class
    inherit ProvisionableConstruct
Public Class ManagedClusterSecurityProfile
Inherits ProvisionableConstruct
Inheritance
ManagedClusterSecurityProfile

Constructors

ManagedClusterSecurityProfile()

Creates a new ManagedClusterSecurityProfile.

Properties

AzureKeyVaultKms

Azure Key Vault key management service settings for the security profile.

Defender

Microsoft Defender settings for the security profile.

ImageCleaner

Image Cleaner settings for the security profile.

IsWorkloadIdentityEnabled

Whether to enable workload identity.

Methods

DefineProvisionableProperties()

Define all the provisionable properties of ManagedClusterSecurityProfile.

GetResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from Provisionable)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from Provisionable)

Applies to