Share via


AutomationCredentialPatch Class

Definition

The parameters supplied to the Update credential operation.

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

Constructors

AutomationCredentialPatch()

Initializes a new instance of AutomationCredentialPatch.

Properties

Description

Gets or sets the description of the credential.

Name

Gets or sets the name of the credential.

Password

Gets or sets the password of the credential.

UserName

Gets or sets the user name of the credential.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutomationCredentialPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomationCredentialPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationCredentialPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationCredentialPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomationCredentialPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to