IResourceGuardResource.ResourceGuardOperation Property

Definition

{readonly} List of operation details those are protected by the ResourceGuard resource

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=false, Description="{readonly} List of operation details those are protected by the ResourceGuard resource", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IResourceGuardOperation) }, Read=true, ReadOnly=true, Required=false, SerializedName="resourceGuardOperations", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IResourceGuardOperation> ResourceGuardOperation { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=false, Description="{readonly} List of operation details those are protected by the ResourceGuard resource", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IResourceGuardOperation) }, Read=true, ReadOnly=true, Required=false, SerializedName="resourceGuardOperations", Update=false)>]
member this.ResourceGuardOperation : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IResourceGuardOperation>
Public ReadOnly Property ResourceGuardOperation As List(Of IResourceGuardOperation)

Property Value

Attributes

Applies to