共用方式為


PortalSettingsContract interface

開發人員入口網站的入口網站設定。

Extends

屬性

enabled

將匿名使用者重新導向至 Sign-In 頁面。

subscriptions

訂用帳戶委派設定。

termsOfService

服務條款合約屬性。

url

委派 URL。

userRegistration

用戶註冊委派設定。

validationKey

要驗證的base64編碼驗證金鑰,要求來自 Azure API 管理。

繼承的屬性

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

type

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

屬性詳細資料

enabled

將匿名使用者重新導向至 Sign-In 頁面。

enabled?: boolean

屬性值

boolean

subscriptions

訂用帳戶委派設定。

subscriptions?: SubscriptionsDelegationSettingsProperties

屬性值

termsOfService

服務條款合約屬性。

termsOfService?: TermsOfServiceProperties

屬性值

url

委派 URL。

url?: string

屬性值

string

userRegistration

用戶註冊委派設定。

userRegistration?: RegistrationDelegationSettingsProperties

屬性值

validationKey

要驗證的base64編碼驗證金鑰,要求來自 Azure API 管理。

validationKey?: string

屬性值

string

繼承的屬性詳細資料

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自ProxyResource.id

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自ProxyResource.name

type

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自ProxyResource.type