Provider interface

Resource provider information.

Properties

id

The provider ID. NOTE: This property will not be serialized. It can only be populated by the server.

namespace

The namespace of the resource provider.

registrationPolicy

The registration policy of the resource provider. NOTE: This property will not be serialized. It can only be populated by the server.

registrationState

The registration state of the resource provider. NOTE: This property will not be serialized. It can only be populated by the server.

resourceTypes

The collection of provider resource types. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

id

The provider ID. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

namespace

The namespace of the resource provider.

namespace?: string

Property Value

string

registrationPolicy

The registration policy of the resource provider. NOTE: This property will not be serialized. It can only be populated by the server.

registrationPolicy?: string

Property Value

string

registrationState

The registration state of the resource provider. NOTE: This property will not be serialized. It can only be populated by the server.

registrationState?: string

Property Value

string

resourceTypes

The collection of provider resource types. NOTE: This property will not be serialized. It can only be populated by the server.

resourceTypes?: ProviderResourceType[]

Property Value