Show / Hide Table of Contents

Class CertificateArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CertificateArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Automation
Assembly: Pulumi.Azure.dll
Syntax
public sealed class CertificateArgs : ResourceArgs

Constructors

View Source

CertificateArgs()

Declaration
public CertificateArgs()

Properties

View Source

AutomationAccountName

The name of the automation account in which the Certificate is created. Changing this forces a new resource to be created.

Declaration
public Input<string> AutomationAccountName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Base64

Base64 encoded value of the certificate.

Declaration
public Input<string> Base64 { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

The description of this Automation Certificate.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Specifies the name of the Certificate. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupName

The name of the resource group in which the Certificate is created. Changing this forces a new resource to be created.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.