PrometheusHaClusterProviderInstanceProperties 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.
Gets or sets the PrometheusHaCluster provider properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.PrometheusHaClusterProviderInstancePropertiesTypeConverter))]
public class PrometheusHaClusterProviderInstanceProperties : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IPrometheusHaClusterProviderInstanceProperties, Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.PrometheusHaClusterProviderInstancePropertiesTypeConverter))>]
type PrometheusHaClusterProviderInstanceProperties = class
interface IPrometheusHaClusterProviderInstanceProperties
interface IJsonSerializable
interface IProviderSpecificProperties
interface IValidates
Public Class PrometheusHaClusterProviderInstanceProperties
Implements IPrometheusHaClusterProviderInstanceProperties, IValidates
- Inheritance
-
PrometheusHaClusterProviderInstanceProperties
- Attributes
- Implements
Constructors
PrometheusHaClusterProviderInstanceProperties() |
Creates an new PrometheusHaClusterProviderInstanceProperties instance. |
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. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrometheusHaClusterProviderInstanceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrometheusHaClusterProviderInstanceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IPrometheusHaClusterProviderInstanceProperties. |
FromJsonString(String) |
Creates a new instance of PrometheusHaClusterProviderInstanceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrometheusHaClusterProviderInstanceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |