ArmComputeModelFactory.SecurityPostureReferenceUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Compute.Models.SecurityPostureReferenceUpdate SecurityPostureReferenceUpdate(string id = default, System.Collections.Generic.IEnumerable<string> excludeExtensions = default, bool? isOverridable = default);
static member SecurityPostureReferenceUpdate : string * seq<string> * Nullable<bool> -> Azure.ResourceManager.Compute.Models.SecurityPostureReferenceUpdate
Public Shared Function SecurityPostureReferenceUpdate (Optional id As String = Nothing, Optional excludeExtensions As IEnumerable(Of String) = Nothing, Optional isOverridable As Nullable(Of Boolean) = Nothing) As SecurityPostureReferenceUpdate
Parameters
- id
- String
The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|latest.
- excludeExtensions
- IEnumerable<String>
The list of virtual machine extension names to exclude when applying the security posture.
Returns
A new SecurityPostureReferenceUpdate instance for mocking.