IChangeProperties.ChangeType 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.
The type of the change.
[Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.PSArgumentCompleter(new System.String[] { "Add", "Remove", "Update" })]
[Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Runtime.Info(Create=true, Description="The type of the change.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="changeType", Update=true)]
public string ChangeType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.PSArgumentCompleter(new System.String[] { "Add", "Remove", "Update" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Runtime.Info(Create=true, Description="The type of the change.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="changeType", Update=true)>]
member this.ChangeType : string with get, set
Public Property ChangeType As String
Property Value
- Attributes