Uses of Class
com.azure.resourcemanager.compute.models.SecurityPostureReferenceUpdate
Packages that use SecurityPostureReferenceUpdate
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of SecurityPostureReferenceUpdate in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type SecurityPostureReferenceUpdateModifier and TypeClassDescriptionfinal classSpecifies the security posture to be used in the scale set.Methods in com.azure.resourcemanager.compute.models that return SecurityPostureReferenceUpdateModifier and TypeMethodDescriptionSecurityPostureReferenceUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecurityPostureReferenceUpdate from the JsonReader.VirtualMachineScaleSetUpdateVMProfile.securityPostureReference()Get the securityPostureReference property: The virtual machine scale set security posture reference.SecurityPostureReferenceUpdate.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.SecurityPostureReferenceUpdate.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 SecurityPostureReferenceUpdateModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateVMProfile.withSecurityPostureReference(SecurityPostureReferenceUpdate securityPostureReference) Set the securityPostureReference property: The virtual machine scale set security posture reference.