IAzureBackupJob.OperationCategory 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.
It indicates the type of Job i.e. Backup/Restore/Tiering/Management
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="It indicates the type of Job i.e. Backup/Restore/Tiering/Management", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="operationCategory")]
public string OperationCategory { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="It indicates the type of Job i.e. Backup/Restore/Tiering/Management", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="operationCategory")>]
member this.OperationCategory : string with get, set
Public Property OperationCategory As String
Property Value
- Attributes