ArmBatchModelFactory.BatchAccountCertificateCreateOrUpdateContent Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de 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
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- thumbprintAlgorithm
- String
Isso deve corresponder à primeira parte do nome do certificado. Atualmente, é necessário ser 'SHA1'.
- thumbprintString
- String
Isso deve corresponder à impressão digital do nome.
O formato do certificado – Pfx ou Cer. Se omitido, o padrão será Pfx.
- data
- BinaryData
O tamanho máximo é de 10 KB.
- password
- String
Isso não deve ser especificado se o formato do certificado for Cer.
Retornos
Uma nova BatchAccountCertificateCreateOrUpdateContent instância para zombar.
Aplica-se a
Azure SDK for .NET