IKubernetesClusterVaultTierRestoreCriteria.RestoreHookReference Property

Definition

Gets or sets the restore hook references. This property sets the hook reference to be executed during restore from vault.

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Gets or sets the restore hook references. This property sets the hook reference to be executed during restore from vault.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.INamespacedNameResource) }, Read=true, ReadOnly=false, Required=false, SerializedName="restoreHookReferences", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.INamespacedNameResource> RestoreHookReference { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Gets or sets the restore hook references. This property sets the hook reference to be executed during restore from vault.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.INamespacedNameResource) }, Read=true, ReadOnly=false, Required=false, SerializedName="restoreHookReferences", Update=true)>]
member this.RestoreHookReference : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.INamespacedNameResource> with get, set
Public Property RestoreHookReference As List(Of INamespacedNameResource)

Property Value

Attributes

Applies to