ArcPasswordCredential Class

Definition

The ArcPasswordCredential.

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

Properties

Name Description
EndOn

Gets the EndOn.

KeyId

Gets the KeyId.

SecretText

Gets the SecretText.

StartOn

Gets the StartOn.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ArcPasswordCredential>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArcPasswordCredential>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ArcPasswordCredential>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ArcPasswordCredential>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to