ArmBatchModelFactory.BatchAccountCertificateCreateOrUpdateContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BatchAccountCertificateCreateOrUpdateContent(ResourceIdentifier, String, ResourceType, SystemData, String, String, Nullable<BatchAccountCertificateFormat>, BinaryData, String, Nullable<ETag>)
- Source:
- ArmBatchModelFactory.cs
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
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.
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.
Returns
A new BatchAccountCertificateCreateOrUpdateContent instance for mocking.
Applies to
BatchAccountCertificateCreateOrUpdateContent(ResourceIdentifier, String, ResourceType, SystemData, String, String, Nullable<BatchAccountCertificateFormat>, BinaryData, String, Nullable<ETag>, IDictionary<String,String>)
- Source:
- ArmBatchModelFactory.cs
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, System.Collections.Generic.IDictionary<string,string> tags = 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> * System.Collections.Generic.IDictionary<string, string> -> 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, Optional tags As IDictionary(Of String, String) = Nothing) As BatchAccountCertificateCreateOrUpdateContent
Parameters
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.
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.
- tags
- IDictionary<String,String>
The tags of the resource.
Returns
A new BatchAccountCertificateCreateOrUpdateContent instance for mocking.
Applies to
Azure SDK for .NET