NetworkCloudVirtualMachineConsolePatch 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.
ConsolePatchParameters represents the body of the request to patch the virtual machine console.
public class NetworkCloudVirtualMachineConsolePatch
public class NetworkCloudVirtualMachineConsolePatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudVirtualMachineConsolePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudVirtualMachineConsolePatch>
type NetworkCloudVirtualMachineConsolePatch = class
type NetworkCloudVirtualMachineConsolePatch = class
interface IJsonModel<NetworkCloudVirtualMachineConsolePatch>
interface IPersistableModel<NetworkCloudVirtualMachineConsolePatch>
Public Class NetworkCloudVirtualMachineConsolePatch
Public Class NetworkCloudVirtualMachineConsolePatch
Implements IJsonModel(Of NetworkCloudVirtualMachineConsolePatch), IPersistableModel(Of NetworkCloudVirtualMachineConsolePatch)
- Inheritance
-
NetworkCloudVirtualMachineConsolePatch
- Implements
Constructors
NetworkCloudVirtualMachineConsolePatch() |
Initializes a new instance of NetworkCloudVirtualMachineConsolePatch. |
Properties
Enabled |
The indicator of whether the console access is enabled. |
ExpireOn |
The date and time after which the key will be disallowed access. |
KeyData |
The SSH public key data. |
Tags |
The Azure resource tags that will replace the existing ones. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<NetworkCloudVirtualMachineConsolePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NetworkCloudVirtualMachineConsolePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NetworkCloudVirtualMachineConsolePatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NetworkCloudVirtualMachineConsolePatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NetworkCloudVirtualMachineConsolePatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET