PortalSettingsContract interface
开发人员门户的门户设置。
属性
| enabled | 将匿名用户重定向到 Sign-In 页面。 |
| subscriptions | 订阅委派设置。 |
| terms |
服务条款协定属性。 |
| url | 委派 URL。 |
| user |
用户注册委派设置。 |
| validation |
要验证的 base64 编码验证密钥,请求是否来自 Azure API 管理。 |
继承属性
| id | 资源的完全限定资源 ID。 Ex - /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
url
委派 URL。
url?: string
属性值
string
userRegistration
用户注册委派设置。
userRegistration?: RegistrationDelegationSettingsProperties
属性值
validationKey
要验证的 base64 编码验证密钥,请求是否来自 Azure API 管理。
validationKey?: string
属性值
string
继承属性详细信息
id
资源的完全限定资源 ID。 Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此属性不会序列化。 它只能由服务器填充。
id?: string
属性值
string
name
type
资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”注意:此属性不会序列化。 它只能由服务器填充。
type?: string
属性值
string