ProviderRegistrationData.Kind Property
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.
Provider registration kind. This Metadata is also used by portal/tooling/etc to render different UX experiences for resources of the same type.
public Azure.ResourceManager.ProviderHub.Models.ProviderRegistrationKind? Kind { get; set; }
member this.Kind : Nullable<Azure.ResourceManager.ProviderHub.Models.ProviderRegistrationKind> with get, set
Public Property Kind As Nullable(Of ProviderRegistrationKind)