共用方式為


AppRegistration 類別

具有應用程式識別碼和應用程式秘密之提供者的應用程式註冊組態設定。

繼承
azure.mgmt.appcontainers._serialization.Model
AppRegistration

建構函式

AppRegistration(*, app_id: str | None = None, app_secret_setting_name: str | None = None, **kwargs: Any)

僅限關鍵字參數

名稱 Description
app_id
str

用於登入之應用程式的應用程式識別碼。

app_secret_setting_name
str

包含應用程式密碼的應用程式設定名稱。

變數

名稱 Description
app_id
str

用於登入之應用程式的應用程式識別碼。

app_secret_setting_name
str

包含應用程式密碼的應用程式設定名稱。