Share via


ComputeFleetWinRMListener Class

Definition

Describes Protocol and thumbprint of Windows Remote Management listener.

public class ComputeFleetWinRMListener : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetWinRMListener>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetWinRMListener>
type ComputeFleetWinRMListener = class
    interface IJsonModel<ComputeFleetWinRMListener>
    interface IPersistableModel<ComputeFleetWinRMListener>
Public Class ComputeFleetWinRMListener
Implements IJsonModel(Of ComputeFleetWinRMListener), IPersistableModel(Of ComputeFleetWinRMListener)
Inheritance
ComputeFleetWinRMListener
Implements

Constructors

Name Description
ComputeFleetWinRMListener()

Initializes a new instance of ComputeFleetWinRMListener.

Properties

Name Description
CertificateUri

This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: <br><br> {<br> "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br> "password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual machine it is recommended to use the Azure Key Vault virtual machine extension for Linux or the Azure Key Vault virtual machine extension for Windows.

Protocol

Specifies the protocol of WinRM listener. Possible values are: http, https.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ComputeFleetWinRMListener>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ComputeFleetWinRMListener>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeFleetWinRMListener>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeFleetWinRMListener>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ComputeFleetWinRMListener>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to