IPrometheusHaClusterProviderInstanceProperties 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.Monitors.Models.Api20230401.PrometheusHaClusterProviderInstancePropertiesTypeConverter))]
public interface IPrometheusHaClusterProviderInstanceProperties : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.IProviderSpecificProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.PrometheusHaClusterProviderInstancePropertiesTypeConverter))>]
type IPrometheusHaClusterProviderInstanceProperties = interface
interface IJsonSerializable
interface IProviderSpecificProperties
Public Interface IPrometheusHaClusterProviderInstanceProperties
Implements IProviderSpecificProperties
- Derived
- Attributes
- Implements
Properties
ClusterName |
Gets or sets the clusterName. |
Hostname |
Gets or sets the target machine name. |
PrometheusUrl |
URL of the Node Exporter endpoint. |
ProviderType |
The provider type. For example, the value can be SapHana. (Inherited from IProviderSpecificProperties) |
Sid |
Gets or sets the cluster sid. |
SslCertificateUri |
Gets or sets the blob URI to SSL certificate for the HA cluster exporter. |
SslPreference |
Gets or sets certificate preference if secure communication is enabled. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |