IPrometheusOSProviderInstanceProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.PrometheusOSProviderInstancePropertiesTypeConverter))]
public interface IPrometheusOSProviderInstanceProperties : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IProviderSpecificProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.PrometheusOSProviderInstancePropertiesTypeConverter))>]
type IPrometheusOSProviderInstanceProperties = interface
interface IJsonSerializable
interface IProviderSpecificProperties
Public Interface IPrometheusOSProviderInstanceProperties
Implements IProviderSpecificProperties
- Derived
- Attributes
- Implements
Properties
PrometheusUrl |
URL of the Node Exporter endpoint |
ProviderType |
The provider type. For example, the value can be SapHana. (Inherited from IProviderSpecificProperties) |
SapSid |
Gets or sets the SAP System Identifier |
SslCertificateUri |
Gets or sets the blob URI to SSL certificate for the prometheus node exporter. |
SslPreference |
Gets or sets certificate preference if secure communication is enabled. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |