ActiveDirectoryProperties クラス
Active Directory (AD) の設定プロパティ。
Azure に送信するには、必要なすべてのパラメーターを設定する必要があります。
- 継承
-
azure.mgmt.storage._serialization.ModelActiveDirectoryProperties
コンストラクター
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 パラメータ
名前 | 説明 |
---|---|
domain_name
|
AD DNS サーバーが権限を持つプライマリ ドメインを指定します。 必須です。 |
net_bios_domain_name
|
NetBIOS ドメイン名を指定します。 |
forest_name
|
取得する Active Directory フォレストを指定します。 |
domain_guid
|
ドメイン GUID を指定します。 必須です。 |
domain_sid
|
セキュリティ識別子 (SID) を指定します。 |
azure_storage_sid
|
Azure Storage のセキュリティ識別子 (SID) を指定します。 |
sam_account_name
|
Azure Storage の Active Directory SAMAccountName を指定します。 |
account_type
|
str または
AccountType
Azure Storage の Active Directory アカウントの種類を指定します。 既知の値は、"User" と "Computer" です。 |
変数
名前 | 説明 |
---|---|
domain_name
|
AD DNS サーバーが権限を持つプライマリ ドメインを指定します。 必須です。 |
net_bios_domain_name
|
NetBIOS ドメイン名を指定します。 |
forest_name
|
取得する Active Directory フォレストを指定します。 |
domain_guid
|
ドメイン GUID を指定します。 必須です。 |
domain_sid
|
セキュリティ識別子 (SID) を指定します。 |
azure_storage_sid
|
Azure Storage のセキュリティ識別子 (SID) を指定します。 |
sam_account_name
|
Azure Storage の Active Directory SAMAccountName を指定します。 |
account_type
|
str または
AccountType
Azure Storage の Active Directory アカウントの種類を指定します。 既知の値は、"User" と "Computer" です。 |
Azure SDK for Python