BatchAccountCertificateCreateOrUpdateContent Class

Definition

Contains information about a certificate.

public class BatchAccountCertificateCreateOrUpdateContent : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Batch.Models.BatchAccountCertificateCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Batch.Models.BatchAccountCertificateCreateOrUpdateContent>
public class BatchAccountCertificateCreateOrUpdateContent : Azure.ResourceManager.Models.ResourceData
type BatchAccountCertificateCreateOrUpdateContent = class
    inherit ResourceData
    interface IJsonModel<BatchAccountCertificateCreateOrUpdateContent>
    interface IPersistableModel<BatchAccountCertificateCreateOrUpdateContent>
type BatchAccountCertificateCreateOrUpdateContent = class
    inherit ResourceData
Public Class BatchAccountCertificateCreateOrUpdateContent
Inherits ResourceData
Implements IJsonModel(Of BatchAccountCertificateCreateOrUpdateContent), IPersistableModel(Of BatchAccountCertificateCreateOrUpdateContent)
Public Class BatchAccountCertificateCreateOrUpdateContent
Inherits ResourceData
Inheritance
BatchAccountCertificateCreateOrUpdateContent
Implements

Constructors

BatchAccountCertificateCreateOrUpdateContent()

Initializes a new instance of BatchAccountCertificateCreateOrUpdateContent.

Properties

Data

The maximum size is 10KB.

To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.
ETag

The ETag of the resource, used for concurrency statements.

Format

The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
Password

This must not be specified if the certificate format is Cer.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
ThumbprintAlgorithm

This must match the first portion of the certificate name. Currently required to be 'SHA1'.

ThumbprintString

This must match the thumbprint from the name.

Explicit Interface Implementations

IJsonModel<BatchAccountCertificateCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchAccountCertificateCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchAccountCertificateCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchAccountCertificateCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchAccountCertificateCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to