Прочитать на английском

Поделиться через


PurgeParameters Constructors

Definition

Overloads

Name Description
PurgeParameters()

Initializes a new instance of the PurgeParameters class.

PurgeParameters(IList<String>)

Initializes a new instance of the PurgeParameters class.

PurgeParameters()

Initializes a new instance of the PurgeParameters class.

C#
public PurgeParameters();

Applies to

Azure - PowerShell Commands 12 (LTS) и Azure - PowerShell Commands 13.5.0
Продукт Версии
Azure - PowerShell Commands 13.5.0, 12 (LTS)

PurgeParameters(IList<String>)

Initializes a new instance of the PurgeParameters class.

C#
public PurgeParameters(System.Collections.Generic.IList<string> contentPaths);

Parameters

contentPaths
IList<String>

The path to the content to be purged. Can describe a file path or a wild card directory.

Applies to

Azure - PowerShell Commands 12 (LTS) и Azure - PowerShell Commands 13.5.0
Продукт Версии
Azure - PowerShell Commands 13.5.0, 12 (LTS)