ClusterServiceConfigProperties 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.
Service config response.
public class ClusterServiceConfigProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterServiceConfigProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterServiceConfigProperties>
type ClusterServiceConfigProperties = class
interface IJsonModel<ClusterServiceConfigProperties>
interface IPersistableModel<ClusterServiceConfigProperties>
Public Class ClusterServiceConfigProperties
Implements IJsonModel(Of ClusterServiceConfigProperties), IPersistableModel(Of ClusterServiceConfigProperties)
- Inheritance
-
ClusterServiceConfigProperties
- Implements
Properties
ComponentName |
Component Name. |
Content |
Content in the service config file. |
CustomKeys |
The custom keys. |
DefaultKeys |
The default keys. |
FileName |
File Name. |
Path |
Config file path. |
ServiceConfigListResultPropertiesType |
Config type. |
ServiceName |
Service Config Name. |
Explicit Interface Implementations
IJsonModel<ClusterServiceConfigProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ClusterServiceConfigProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ClusterServiceConfigProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ClusterServiceConfigProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ClusterServiceConfigProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET