IKubernetesClusterBackupDatasourceParameters.ExcludedResourceType Property

Definition

Gets or sets the exclude resource types property. This property sets the resource types to be excluded during backup.

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Gets or sets the exclude resource types property. This property sets the resource types to be excluded during backup.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="excludedResourceTypes", Update=true)]
public System.Collections.Generic.List<string> ExcludedResourceType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Gets or sets the exclude resource types property. This property sets the resource types to be excluded during backup.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="excludedResourceTypes", Update=true)>]
member this.ExcludedResourceType : System.Collections.Generic.List<string> with get, set
Public Property ExcludedResourceType As List(Of String)

Property Value

Attributes

Applies to