你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ActiveDirectoryProperties Class
Settings properties for Active Directory (AD).
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.storage._serialization.ModelActiveDirectoryProperties
Constructor
ActiveDirectoryProperties(*, domain_name: str, net_bios_domain_name: str, forest_name: str, domain_guid: str, domain_sid: str, azure_storage_sid: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
domain_name
|
Specifies the primary domain that the AD DNS server is authoritative for. Required. |
net_bios_domain_name
|
Specifies the NetBIOS domain name. Required. |
forest_name
|
Specifies the Active Directory forest to get. Required. |
domain_guid
|
Specifies the domain GUID. Required. |
domain_sid
|
Specifies the security identifier (SID). Required. |
azure_storage_sid
|
Specifies the security identifier (SID) for Azure Storage. Required. |
Variables
Name | Description |
---|---|
domain_name
|
Specifies the primary domain that the AD DNS server is authoritative for. Required. |
net_bios_domain_name
|
Specifies the NetBIOS domain name. Required. |
forest_name
|
Specifies the Active Directory forest to get. Required. |
domain_guid
|
Specifies the domain GUID. Required. |
domain_sid
|
Specifies the security identifier (SID). Required. |
azure_storage_sid
|
Specifies the security identifier (SID) for Azure Storage. Required. |