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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type SecurityPostureReferenceModifier and TypeClassDescriptionfinal classSpecifies the security posture to be used in the scale set.Methods in com.azure.resourcemanager.compute.models that return SecurityPostureReferenceModifier and TypeMethodDescriptionstatic SecurityPostureReferenceSecurityPostureReference.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecurityPostureReference from the JsonReader.VirtualMachineScaleSetVMProfile.securityPostureReference()Get the securityPostureReference property: Specifies the security posture to be used in the scale set.SecurityPostureReference.withExcludeExtensions(List<String> excludeExtensions) Set the excludeExtensions property: The list of virtual machine extension names 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}|latest.SecurityPostureReference.withIsOverridable(Boolean isOverridable) Set the isOverridable property: Whether the security posture can be overridden by the user.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 in the scale set.