Share via


IProviderSpecificProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.ProviderSpecificPropertiesTypeConverter))]
public interface IProviderSpecificProperties : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.ProviderSpecificPropertiesTypeConverter))>]
type IProviderSpecificProperties = interface
    interface IJsonSerializable
Public Interface IProviderSpecificProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
ProviderType

The provider type. For example, the value can be SapHana.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to