Freigeben über


ArmBatchModelFactory.BatchAccountCertificateCreateOrUpdateContent Methode

Definition

Initialisiert eine neue instance von 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

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemData.

thumbprintAlgorithm
String

Dies muss mit dem ersten Teil des Zertifikatnamens übereinstimmen. Derzeit muss "SHA1" sein.

thumbprintString
String

Dies muss mit dem Fingerabdruck aus dem Namen übereinstimmen.

format
Nullable<BatchAccountCertificateFormat>

Das Format des Zertifikats – entweder Pfx oder Cer. Wenn sie nicht angegeben wird, ist der Standardwert Pfx.

data
BinaryData

Die maximale Größe beträgt 10 KB.

password
String

Dies darf nicht angegeben werden, wenn das Zertifikatformat Cer ist.

etag
Nullable<ETag>

Das ETag der Ressource, die für Parallelitätsanweisungen verwendet wird.

Gibt zurück

Eine neue BatchAccountCertificateCreateOrUpdateContent instance zum Simulieren.

Gilt für: