你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Provider interface
资源提供程序信息。
属性
id | 提供程序 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
namespace | 资源提供程序的命名空间。 |
provider |
提供程序授权许可状态。 |
registration |
资源提供程序的注册策略。 注意:此属性不会序列化。 它只能由服务器填充。 |
registration |
资源提供程序的注册状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
resource |
提供程序资源类型的集合。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
id
提供程序 ID。 注意:此属性不会序列化。 它只能由服务器填充。
id?: string
属性值
string
namespace
资源提供程序的命名空间。
namespace?: string
属性值
string
providerAuthorizationConsentState
提供程序授权许可状态。
providerAuthorizationConsentState?: string
属性值
string
registrationPolicy
资源提供程序的注册策略。 注意:此属性不会序列化。 它只能由服务器填充。
registrationPolicy?: string
属性值
string
registrationState
资源提供程序的注册状态。 注意:此属性不会序列化。 它只能由服务器填充。
registrationState?: string
属性值
string
resourceTypes
提供程序资源类型的集合。 注意:此属性不会序列化。 它只能由服务器填充。
resourceTypes?: ProviderResourceType[]