IGuestConfigurationAssignmentProperties.AssignmentHash Property
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.
Combined hash of the configuration package and parameters.
[Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=false, Description="Combined hash of the configuration package and parameters.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="assignmentHash", Update=false)]
public string AssignmentHash { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=false, Description="Combined hash of the configuration package and parameters.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="assignmentHash", Update=false)>]
member this.AssignmentHash : string
Public ReadOnly Property AssignmentHash As String
Property Value
- Attributes