HDInsightApplicationProperties 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.
The HDInsight cluster application GET response.
public class HDInsightApplicationProperties
public class HDInsightApplicationProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Models.HDInsightApplicationProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Models.HDInsightApplicationProperties>
type HDInsightApplicationProperties = class
type HDInsightApplicationProperties = class
interface IJsonModel<HDInsightApplicationProperties>
interface IPersistableModel<HDInsightApplicationProperties>
Public Class HDInsightApplicationProperties
Public Class HDInsightApplicationProperties
Implements IJsonModel(Of HDInsightApplicationProperties), IPersistableModel(Of HDInsightApplicationProperties)
- Inheritance
-
HDInsightApplicationProperties
- Implements
Constructors
HDInsightApplicationProperties() |
Initializes a new instance of HDInsightApplicationProperties. |
Properties
ApplicationState |
The application state. |
ApplicationType |
The application type. |
ComputeRoles |
The list of roles in the cluster. |
CreatedOn |
The application create date time. |
Errors |
The list of errors. |
HttpsEndpoints |
The list of application HTTPS endpoints. |
InstallScriptActions |
The list of install script actions. |
MarketplaceIdentifier |
The marketplace identifier. |
PrivateLinkConfigurations |
The private link configurations. |
ProvisioningState |
The provisioning state of the application. |
SshEndpoints |
The list of application SSH endpoints. |
UninstallScriptActions |
The list of uninstall script actions. |
Explicit Interface Implementations
IJsonModel<HDInsightApplicationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HDInsightApplicationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HDInsightApplicationProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HDInsightApplicationProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HDInsightApplicationProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET