ClusterSshProfile 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.
Ssh profile for the cluster.
public class ClusterSshProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterSshProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterSshProfile>
type ClusterSshProfile = class
interface IJsonModel<ClusterSshProfile>
interface IPersistableModel<ClusterSshProfile>
Public Class ClusterSshProfile
Implements IJsonModel(Of ClusterSshProfile), IPersistableModel(Of ClusterSshProfile)
- Inheritance
-
ClusterSshProfile
- Implements
Constructors
ClusterSshProfile(Int32) |
Initializes a new instance of ClusterSshProfile. |
Properties
Count |
Number of ssh pods per cluster. |
PodPrefix |
Prefix of the pod names. Pod number will be appended to the prefix. The ingress URLs for the pods will be available at <clusterFqdn>/<sshBasePath>/<prefix>-<number>. |
VmSize |
The virtual machine SKU. |
Explicit Interface Implementations
IJsonModel<ClusterSshProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ClusterSshProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ClusterSshProfile>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ClusterSshProfile>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ClusterSshProfile>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET