Show / Hide Table of Contents

Class SqlContainerUniqueKeyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SqlContainerUniqueKeyArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.CosmosDB.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SqlContainerUniqueKeyArgs : ResourceArgs

Constructors

View Source

SqlContainerUniqueKeyArgs()

Declaration
public SqlContainerUniqueKeyArgs()

Properties

View Source

Paths

A list of paths to use for this unique key.

Declaration
public InputList<string> Paths { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.