你当前正在访问 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.Model
ActiveDirectoryProperties

Constructor

ActiveDirectoryProperties(*, domain_name: str, domain_guid: str, net_bios_domain_name: str | None = None, forest_name: str | None = None, domain_sid: str | None = None, azure_storage_sid: str | None = None, sam_account_name: str | None = None, account_type: str | _models.AccountType | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
domain_name
str

Specifies the primary domain that the AD DNS server is authoritative for. Required.

net_bios_domain_name
str

Specifies the NetBIOS domain name.

forest_name
str

Specifies the Active Directory forest to get.

domain_guid
str

Specifies the domain GUID. Required.

domain_sid
str

Specifies the security identifier (SID).

azure_storage_sid
str

Specifies the security identifier (SID) for Azure Storage.

sam_account_name
str

Specifies the Active Directory SAMAccountName for Azure Storage.

account_type

Specifies the Active Directory account type for Azure Storage. Known values are: "User" and "Computer".

Variables

Name Description
domain_name
str

Specifies the primary domain that the AD DNS server is authoritative for. Required.

net_bios_domain_name
str

Specifies the NetBIOS domain name.

forest_name
str

Specifies the Active Directory forest to get.

domain_guid
str

Specifies the domain GUID. Required.

domain_sid
str

Specifies the security identifier (SID).

azure_storage_sid
str

Specifies the security identifier (SID) for Azure Storage.

sam_account_name
str

Specifies the Active Directory SAMAccountName for Azure Storage.

account_type

Specifies the Active Directory account type for Azure Storage. Known values are: "User" and "Computer".