SubscriptionFeatureRegistrationProperties Class

SubscriptionFeatureRegistrationProperties.

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

Inheritance
SubscriptionFeatureRegistrationProperties

Constructor

SubscriptionFeatureRegistrationProperties(*, state: Optional[Union[str, azure.mgmt.resource.features.v2021_07_01.models._feature_client_enums.SubscriptionFeatureRegistrationState]] = None, authorization_profile: Optional[azure.mgmt.resource.features.v2021_07_01.models._models_py3.AuthorizationProfile] = None, metadata: Optional[Dict[str, str]] = None, should_feature_display_in_portal: Optional[bool] = False, description: Optional[str] = None, **kwargs)

Variables

tenant_id
str

The tenantId.

subscription_id
str

The subscriptionId.

feature_name
str

The featureName.

display_name
str

The featureDisplayName.

provider_namespace
str

The providerNamespace.

state
str or SubscriptionFeatureRegistrationState

The state. Possible values include: "NotSpecified", "NotRegistered", "Pending", "Registering", "Registered", "Unregistering", "Unregistered".

authorization_profile
AuthorizationProfile

Authorization Profile.

metadata
dict[str, str]

Key-value pairs for meta data.

release_date
datetime

The feature release date.

registration_date
datetime

The feature registration date.

documentation_link
str

The feature documentation link.

approval_type
str or SubscriptionFeatureRegistrationApprovalType

The feature approval type. Possible values include: "NotSpecified", "ApprovalRequired", "AutoApproval".

should_feature_display_in_portal
bool

Indicates whether feature should be displayed in Portal.

description
str

The feature description.