Directory Class
Directory class.
- Inheritance
-
builtins.objectDirectory
Constructor
Directory(name=None, props=None, metadata=None)
Parameters
Name | Description |
---|---|
name
|
Default value: None
|
props
|
Default value: None
|
metadata
|
Default value: None
|
Variables
Name | Description |
---|---|
name
|
The name of the directory. |
properties
|
System properties for the directory. |
metadata
|
A dict containing name-value pairs associated with the directory as metadata. This var is set to None unless the include=metadata param was included for the list directory operation. If this parameter was specified but the directory has no metadata, metadata will be set to an empty dictionary. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python