PSMongoIndexOptions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PSMongoIndexOptions() | |
PSMongoIndexOptions(MongoIndexOptions) |
PSMongoIndexOptions()
public PSMongoIndexOptions ();
Public Sub New ()
Applies to
PSMongoIndexOptions(MongoIndexOptions)
public PSMongoIndexOptions (Microsoft.Azure.Management.CosmosDB.Models.MongoIndexOptions mongoIndexOptions);
new Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexOptions : Microsoft.Azure.Management.CosmosDB.Models.MongoIndexOptions -> Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexOptions
Public Sub New (mongoIndexOptions As MongoIndexOptions)
Parameters
- mongoIndexOptions
- MongoIndexOptions