PSExcludedPath Constructors

Definition

Overloads

PSExcludedPath()

public PSExcludedPath();
Public Sub New ()

Applies to

PSExcludedPath(ExcludedPath)

public PSExcludedPath(Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath excludedPath);
new Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath : Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath -> Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath
Public Sub New (excludedPath As ExcludedPath)

Parameters

excludedPath
ExcludedPath

Applies to