IKubernetesClusterRestoreCriteria.ConflictPolicy Property

Definition

Gets or sets the Conflict Policy property. This property sets policy during conflict of resources during restore.

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PSArgumentCompleter(new System.String[] { "Skip", "Patch" })]
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Gets or sets the Conflict Policy property. This property sets policy during conflict of resources during restore.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="conflictPolicy", Update=true)]
public string ConflictPolicy { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PSArgumentCompleter(new System.String[] { "Skip", "Patch" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Gets or sets the Conflict Policy property. This property sets policy during conflict of resources during restore.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="conflictPolicy", Update=true)>]
member this.ConflictPolicy : string with get, set
Public Property ConflictPolicy As String

Property Value

Attributes

Applies to