ISharingUpdate.OperationType 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.
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="This property allows you to specify the operation type of gallery sharing update. <br><br> Possible values are: <br><br> **Add** <br><br> **Remove** <br><br> **Reset**", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.SharingUpdateOperationTypes) }, ReadOnly=false, Required=true, SerializedName="operationType")]
public Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.SharingUpdateOperationTypes OperationType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="This property allows you to specify the operation type of gallery sharing update. <br><br> Possible values are: <br><br> **Add** <br><br> **Remove** <br><br> **Reset**", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.SharingUpdateOperationTypes) }, ReadOnly=false, Required=true, SerializedName="operationType")>]
member this.OperationType : Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.SharingUpdateOperationTypes with get, set
Public Property OperationType As SharingUpdateOperationTypes
Property Value
- Attributes