NetworkCloudBmcKeySetPatch 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.
BmcKeySetPatchParameters represents the body of the request to patch the baseboard management controller key set.
public class NetworkCloudBmcKeySetPatch
public class NetworkCloudBmcKeySetPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudBmcKeySetPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudBmcKeySetPatch>
type NetworkCloudBmcKeySetPatch = class
type NetworkCloudBmcKeySetPatch = class
interface IJsonModel<NetworkCloudBmcKeySetPatch>
interface IPersistableModel<NetworkCloudBmcKeySetPatch>
Public Class NetworkCloudBmcKeySetPatch
Public Class NetworkCloudBmcKeySetPatch
Implements IJsonModel(Of NetworkCloudBmcKeySetPatch), IPersistableModel(Of NetworkCloudBmcKeySetPatch)
- Inheritance
-
NetworkCloudBmcKeySetPatch
- Implements
Constructors
NetworkCloudBmcKeySetPatch() |
Initializes a new instance of NetworkCloudBmcKeySetPatch. |
Properties
ExpireOn |
The date and time after which the users in this key set will be removed from the baseboard management controllers. |
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<NetworkCloudBmcKeySetPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NetworkCloudBmcKeySetPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NetworkCloudBmcKeySetPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NetworkCloudBmcKeySetPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NetworkCloudBmcKeySetPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET