ArmAutomationModelFactory.AutomationCertificateCreateOrUpdateContent 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.
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.
Returns
A new AutomationCertificateCreateOrUpdateContent instance for mocking.