Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterSecurityProfile
-
Packages that use ManagedClusterSecurityProfile Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models 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 ManagedClusterSecurityProfile Modifier and Type Method Description ManagedClusterSecurityProfileManagedClusterInner. securityProfile()Get the securityProfile property: Security profile for the managed cluster.ManagedClusterSecurityProfileManagedClusterProperties. securityProfile()Get the securityProfile property: Security profile for the managed cluster.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterSecurityProfile Modifier and Type Method Description ManagedClusterInnerManagedClusterInner. withSecurityProfile(ManagedClusterSecurityProfile securityProfile)Set the securityProfile property: Security profile for the managed cluster.ManagedClusterPropertiesManagedClusterProperties. 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 ManagedClusterSecurityProfile Modifier and Type Method Description ManagedClusterSecurityProfileManagedClusterSecurityProfile. withAzureDefender(ManagedClusterSecurityProfileAzureDefender azureDefender)Set the azureDefender property: Azure Defender settings for the security profile.
-