ProviderRegistrationProperties 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.
The ProviderRegistrationProperties.
public class ProviderRegistrationProperties : Azure.ResourceManager.ProviderHub.Models.ResourceProviderManifestProperties
type ProviderRegistrationProperties = class
inherit ResourceProviderManifestProperties
Public Class ProviderRegistrationProperties
Inherits ResourceProviderManifestProperties
- Inheritance
Constructors
ProviderRegistrationProperties() |
Initializes a new instance of ProviderRegistrationProperties. |
Properties
Capabilities |
Gets the capabilities. (Inherited from ResourceProviderManifestProperties) |
Management |
Gets or sets the management. (Inherited from ResourceProviderManifestProperties) |
Metadata |
Anything To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Namespace |
Gets or sets the namespace. (Inherited from ResourceProviderManifestProperties) |
OptInHeaders |
Gets or sets the opt in headers. (Inherited from ResourceProviderManifestProperties) |
ProviderAuthenticationAllowedAudiences |
Gets or sets the provider authentication allowed audiences. (Inherited from ResourceProviderManifestProperties) |
ProviderAuthorizations |
Gets the provider authorizations. (Inherited from ResourceProviderManifestProperties) |
ProviderHubMetadata |
Gets or sets the provider hub metadata. |
ProviderType |
Gets or sets the provider type. (Inherited from ResourceProviderManifestProperties) |
ProviderVersion |
Gets or sets the provider version. (Inherited from ResourceProviderManifestProperties) |
ProvisioningState |
Gets or sets the provisioning state. |
RequiredFeatures |
Gets the required features. (Inherited from ResourceProviderManifestProperties) |
RequiredFeaturesPolicy |
Gets or sets the required features policy. (Inherited from ResourceProviderManifestProperties) |
SubscriptionLifecycleNotificationSpecifications |
Gets or sets the subscription lifecycle notification specifications. |
TemplateDeploymentOptions |
Gets or sets the template deployment options. (Inherited from ResourceProviderManifestProperties) |
Applies to
Azure SDK for .NET