AzureCredentials 類別
容器應用程式認證。
- 繼承
-
azure.mgmt.appcontainers._serialization.ModelAzureCredentials
建構函式
AzureCredentials(*, client_id: str | None = None, client_secret: str | None = None, tenant_id: str | None = None, kind: str | None = None, subscription_id: str | None = None, **kwargs: Any)
僅限關鍵字參數
名稱 | Description |
---|---|
client_id
|
用戶端識別碼。 |
client_secret
|
用戶端密碼。 |
tenant_id
|
租使用者識別碼。 |
kind
|
github 的驗證種類用於部署範本。 |
subscription_id
|
訂用帳戶識別碼。 |
變數
名稱 | Description |
---|---|
client_id
|
用戶端識別碼。 |
client_secret
|
用戶端密碼。 |
tenant_id
|
租使用者識別碼。 |
kind
|
github 的驗證種類用於部署範本。 |
subscription_id
|
訂用帳戶識別碼。 |