SubscriptionFeatureRegistrationProperties Class

Definition

public class SubscriptionFeatureRegistrationProperties
type SubscriptionFeatureRegistrationProperties = class
Public Class SubscriptionFeatureRegistrationProperties
Inheritance
SubscriptionFeatureRegistrationProperties

Constructors

SubscriptionFeatureRegistrationProperties()

Initializes a new instance of the SubscriptionFeatureRegistrationProperties class.

SubscriptionFeatureRegistrationProperties(String, String, String, String, String, String, AuthorizationProfile, IDictionary<String, String>, Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<Boolean>, String)

Initializes a new instance of the SubscriptionFeatureRegistrationProperties class.

Properties

ApprovalType

Gets the feature approval type. Possible values include: 'NotSpecified', 'ApprovalRequired', 'AutoApproval'

AuthorizationProfile
Description

Gets or sets the feature description.

DisplayName

Gets the featureDisplayName.

DocumentationLink

Gets the feature documentation link.

FeatureName

Gets the featureName.

Metadata

Gets or sets key-value pairs for meta data.

ProviderNamespace

Gets the providerNamespace.

RegistrationDate

Gets the feature registration date.

ReleaseDate

Gets the feature release date.

ShouldFeatureDisplayInPortal

Gets or sets indicates whether feature should be displayed in Portal.

State

Gets or sets the state. Possible values include: 'NotSpecified', 'NotRegistered', 'Pending', 'Registering', 'Registered', 'Unregistering', 'Unregistered'

SubscriptionId

Gets the subscriptionId.

TenantId

Gets the tenantId.

Methods

Validate()

Validate the object.

Applies to