IndexingDirective Class
Specifies whether or not the resource is to be indexed.
- Inheritance
-
builtins.objectIndexingDirective
Constructor
IndexingDirective()
Attributes
Default
Use any pre-defined/pre-configured defaults.
Default: int = 0
Exclude
Index the resource.
Exclude: int = 1
Include
Do not index the resource.
Include: int = 2
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python