Provider Class

Resource provider information.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
Provider

Constructor

Provider(*, namespace: Optional[str] = None, provider_authorization_consent_state: Optional[Union[str, azure.mgmt.resource.resources.v2021_04_01.models._resource_management_client_enums.ProviderAuthorizationConsentState]] = None, **kwargs)

Variables

id
str

The provider ID.

namespace
str

The namespace of the resource provider.

registration_state
str

The registration state of the resource provider.

registration_policy
str

The registration policy of the resource provider.

resource_types
list[ProviderResourceType]

The collection of provider resource types.

provider_authorization_consent_state
str or ProviderAuthorizationConsentState

The provider authorization consent state. Possible values include: "NotSpecified", "Required", "NotRequired", "Consented".