IKubernetesClusterBackupDatasourceParameters.IncludedResourceType Property

Definition

Gets or sets the include resource types property. This property sets the resource types to be included during backup.

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

Property Value

Attributes

Applies to