Share via


PSIncludedPath Constructors

Definition

Overloads

PSIncludedPath()
PSIncludedPath(IncludedPath)

PSIncludedPath()

public PSIncludedPath ();
Public Sub New ()

Applies to

PSIncludedPath(IncludedPath)

public PSIncludedPath (Microsoft.Azure.Management.CosmosDB.Models.IncludedPath includedPath);
new Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath : Microsoft.Azure.Management.CosmosDB.Models.IncludedPath -> Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath
Public Sub New (includedPath As IncludedPath)

Parameters

includedPath
IncludedPath

Applies to