Provider interface
資源提供者資訊。
屬性
id | 提供者標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
namespace | 資源提供者的命名空間。 |
provider |
提供者授權同意狀態。 |
registration |
資源提供者的註冊原則。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
registration |
資源提供者的註冊狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
resource |
提供者資源類型的集合。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
id
提供者標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
namespace
資源提供者的命名空間。
namespace?: string
屬性值
string
providerAuthorizationConsentState
提供者授權同意狀態。
providerAuthorizationConsentState?: string
屬性值
string
registrationPolicy
資源提供者的註冊原則。 注意:這個屬性不會串行化。 它只能由伺服器填入。
registrationPolicy?: string
屬性值
string
registrationState
資源提供者的註冊狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。
registrationState?: string
屬性值
string
resourceTypes
提供者資源類型的集合。 注意:這個屬性不會串行化。 它只能由伺服器填入。
resourceTypes?: ProviderResourceType[]