Sdílet prostřednictvím


ArmBatchModelFactory.BatchAccountCertificateCreateOrUpdateContent Method

Definition

Initializes a new instance of BatchAccountCertificateCreateOrUpdateContent.

public static Azure.ResourceManager.Batch.Models.BatchAccountCertificateCreateOrUpdateContent BatchAccountCertificateCreateOrUpdateContent (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string thumbprintAlgorithm = default, string thumbprintString = default, Azure.ResourceManager.Batch.Models.BatchAccountCertificateFormat? format = default, BinaryData data = default, string password = default, Azure.ETag? etag = default);
static member BatchAccountCertificateCreateOrUpdateContent : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * Nullable<Azure.ResourceManager.Batch.Models.BatchAccountCertificateFormat> * BinaryData * string * Nullable<Azure.ETag> -> Azure.ResourceManager.Batch.Models.BatchAccountCertificateCreateOrUpdateContent
Public Shared Function BatchAccountCertificateCreateOrUpdateContent (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional thumbprintAlgorithm As String = Nothing, Optional thumbprintString As String = Nothing, Optional format As Nullable(Of BatchAccountCertificateFormat) = Nothing, Optional data As BinaryData = Nothing, Optional password As String = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As BatchAccountCertificateCreateOrUpdateContent

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

thumbprintAlgorithm
String

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

thumbprintString
String

This must match the thumbprint from the name.

format
Nullable<BatchAccountCertificateFormat>

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

data
BinaryData

The maximum size is 10KB.

password
String

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

etag
Nullable<ETag>

The ETag of the resource, used for concurrency statements.

Returns

A new BatchAccountCertificateCreateOrUpdateContent instance for mocking.

Applies to