Uses of Class
com.azure.resourcemanager.compute.models.SecurityPostureReference
Packages that use SecurityPostureReference
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of SecurityPostureReference in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return SecurityPostureReferenceModifier and TypeMethodDescriptionVirtualMachineScaleSetVMProfile.securityPostureReference()Get the securityPostureReference property: Specifies the security posture to be used for all virtual machines in the scale set.SecurityPostureReference.withExcludeExtensions(List<VirtualMachineExtensionInner> excludeExtensions) Set the excludeExtensions property: List of virtual machine extensions to exclude when applying the Security Posture.Set the id property: The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest.Methods in com.azure.resourcemanager.compute.models with parameters of type SecurityPostureReferenceModifier and TypeMethodDescriptionVirtualMachineScaleSetVMProfile.withSecurityPostureReference(SecurityPostureReference securityPostureReference) Set the securityPostureReference property: Specifies the security posture to be used for all virtual machines in the scale set.