Provider Class

Resource provider information.

Inheritance
azure.mgmt.resource.resources._serialization.Model
Provider

Constructor

Provider(*, id: str | None = None, namespace: str | None = None, registration_state: str | None = None, resource_types: List[_models.ProviderResourceType] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

The provider id.

namespace
str

The namespace of the provider.

registration_state
str

The registration state of the provider.

resource_types

The collection of provider resource types.

Variables

Name Description
id
str

The provider id.

namespace
str

The namespace of the provider.

registration_state
str

The registration state of the provider.

resource_types

The collection of provider resource types.