IntegrationAccountCertificate Constructors

Definition

Overloads

IntegrationAccountCertificate()

Initializes a new instance of the IntegrationAccountCertificate class.

IntegrationAccountCertificate(String, String, String, String, IDictionary<String,String>, Nullable<DateTime>, Nullable<DateTime>, Object, KeyVaultKeyReference, String)

Initializes a new instance of the IntegrationAccountCertificate class.

IntegrationAccountCertificate()

Initializes a new instance of the IntegrationAccountCertificate class.

public IntegrationAccountCertificate ();
Public Sub New ()

Applies to

IntegrationAccountCertificate(String, String, String, String, IDictionary<String,String>, Nullable<DateTime>, Nullable<DateTime>, Object, KeyVaultKeyReference, String)

Initializes a new instance of the IntegrationAccountCertificate class.

public IntegrationAccountCertificate (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, DateTime? createdTime = default, DateTime? changedTime = default, object metadata = default, Microsoft.Azure.Management.Logic.Models.KeyVaultKeyReference key = default, string publicCertificate = default);
new Microsoft.Azure.Management.Logic.Models.IntegrationAccountCertificate : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<DateTime> * Nullable<DateTime> * obj * Microsoft.Azure.Management.Logic.Models.KeyVaultKeyReference * string -> Microsoft.Azure.Management.Logic.Models.IntegrationAccountCertificate
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional createdTime As Nullable(Of DateTime) = Nothing, Optional changedTime As Nullable(Of DateTime) = Nothing, Optional metadata As Object = Nothing, Optional key As KeyVaultKeyReference = Nothing, Optional publicCertificate As String = Nothing)

Parameters

id
String

The resource id.

name
String

Gets the resource name.

type
String

Gets the resource type.

location
String

The resource location.

tags
IDictionary<String,String>

The resource tags.

createdTime
Nullable<DateTime>

The created time.

changedTime
Nullable<DateTime>

The changed time.

metadata
Object

The metadata.

key
KeyVaultKeyReference

The key details in the key vault.

publicCertificate
String

The public certificate.

Applies to