你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

ComputeFleetWinRMListener()

Initializes a new instance of ComputeFleetWinRMListener.

Properties

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

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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