Share via


TrustedSigningAccountPatch Class

Definition

Parameters for creating or updating a trusted signing account.

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

Constructors

TrustedSigningAccountPatch()

Initializes a new instance of TrustedSigningAccountPatch.

Properties

SkuName

Name of the SKU.

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<TrustedSigningAccountPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TrustedSigningAccountPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TrustedSigningAccountPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TrustedSigningAccountPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TrustedSigningAccountPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to