Share via


IRestoreRequestProperties.OperationType Property

Definition

Operation type.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Operation type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.BackupRestoreOperationType) }, ReadOnly=false, Required=false, SerializedName="operationType")]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.BackupRestoreOperationType? OperationType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Operation type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.BackupRestoreOperationType) }, ReadOnly=false, Required=false, SerializedName="operationType")>]
member this.OperationType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.BackupRestoreOperationType> with get, set
Public Property OperationType As Nullable(Of BackupRestoreOperationType)

Property Value

Attributes

Applies to