ArmAutomationModelFactory.AutomationCertificateCreateOrUpdateContent Method

Definition

Initializes a new instance of AutomationCertificateCreateOrUpdateContent.

public static Azure.ResourceManager.Automation.Models.AutomationCertificateCreateOrUpdateContent AutomationCertificateCreateOrUpdateContent(string name = default, string base64Value = default, string description = default, string thumbprintString = default, bool? isExportable = default);
static member AutomationCertificateCreateOrUpdateContent : string * string * string * string * Nullable<bool> -> Azure.ResourceManager.Automation.Models.AutomationCertificateCreateOrUpdateContent
Public Shared Function AutomationCertificateCreateOrUpdateContent (Optional name As String = Nothing, Optional base64Value As String = Nothing, Optional description As String = Nothing, Optional thumbprintString As String = Nothing, Optional isExportable As Nullable(Of Boolean) = Nothing) As AutomationCertificateCreateOrUpdateContent

Parameters

name
String

Gets or sets the name of the certificate.

base64Value
String

Gets or sets the base64 encoded value of the certificate.

description
String

Gets or sets the description of the certificate.

thumbprintString
String

Gets or sets the thumbprint of the certificate.

isExportable
Nullable<Boolean>

Gets or sets the is exportable flag of the certificate.

Returns

A new AutomationCertificateCreateOrUpdateContent instance for mocking.

Applies to