SubscriptionFeatureRegistrationProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET