NetworkCloudBareMetalMachineKeySetPatch Class

Definition

BareMetalMachineKeySetPatchParameters represents the body of the request to patch the bare metal machine key set.

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

Constructors

NetworkCloudBareMetalMachineKeySetPatch()

Initializes a new instance of NetworkCloudBareMetalMachineKeySetPatch.

Properties

ExpireOn

The date and time after which the users in this key set will be removed from the bare metal machines.

JumpHostsAllowed

The list of IP addresses of jump hosts with management network access from which a login will be allowed for the users.

Tags

The Azure resource tags that will replace the existing ones.

UserList

The unique list of permitted users.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetworkCloudBareMetalMachineKeySetPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkCloudBareMetalMachineKeySetPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkCloudBareMetalMachineKeySetPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkCloudBareMetalMachineKeySetPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkCloudBareMetalMachineKeySetPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to