IntegrationAccountCertificate Class
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.
The integration account certificate.
[Microsoft.Rest.Serialization.JsonTransformation]
public class IntegrationAccountCertificate : Microsoft.Azure.Management.Logic.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IntegrationAccountCertificate = class
inherit Resource
Public Class IntegrationAccountCertificate
Inherits Resource
- Inheritance
- Attributes
Constructors
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. |
Properties
ChangedTime |
Gets the changed time. |
CreatedTime |
Gets the created time. |
Id |
Gets the resource id. (Inherited from Resource) |
Key |
Gets or sets the key details in the key vault. |
Location |
Gets or sets the resource location. (Inherited from Resource) |
Metadata |
Gets or sets the metadata. |
Name |
Gets the resource name. (Inherited from Resource) |
PublicCertificate |
Gets or sets the public certificate. |
Tags |
Gets or sets the resource tags. (Inherited from Resource) |
Type |
Gets the resource type. (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET