ApplicationGatewayTrustedRootCertificate 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.
Trusted Root certificates of an application gateway.
public class ApplicationGatewayTrustedRootCertificate : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewayTrustedRootCertificate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationGatewayTrustedRootCertificate>
public class ApplicationGatewayTrustedRootCertificate : Azure.ResourceManager.Network.Models.NetworkResourceData
type ApplicationGatewayTrustedRootCertificate = class
inherit NetworkResourceData
interface IJsonModel<ApplicationGatewayTrustedRootCertificate>
interface IPersistableModel<ApplicationGatewayTrustedRootCertificate>
type ApplicationGatewayTrustedRootCertificate = class
inherit NetworkResourceData
Public Class ApplicationGatewayTrustedRootCertificate
Inherits NetworkResourceData
Implements IJsonModel(Of ApplicationGatewayTrustedRootCertificate), IPersistableModel(Of ApplicationGatewayTrustedRootCertificate)
Public Class ApplicationGatewayTrustedRootCertificate
Inherits NetworkResourceData
- Inheritance
- Implements
Constructors
ApplicationGatewayTrustedRootCertificate() |
Initializes a new instance of ApplicationGatewayTrustedRootCertificate. |
Properties
Data |
Certificate public data. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
KeyVaultSecretId |
Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault. |
Name |
Resource name. (Inherited from NetworkResourceData) |
ProvisioningState |
The provisioning state of the trusted root certificate resource. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET