ApplicationGatewayAuthenticationCertificate 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.
Authentication certificates of an application gateway.
public class ApplicationGatewayAuthenticationCertificate : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewayAuthenticationCertificate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationGatewayAuthenticationCertificate>
type ApplicationGatewayAuthenticationCertificate = class
inherit NetworkResourceData
interface IJsonModel<ApplicationGatewayAuthenticationCertificate>
interface IPersistableModel<ApplicationGatewayAuthenticationCertificate>
Public Class ApplicationGatewayAuthenticationCertificate
Inherits NetworkResourceData
Implements IJsonModel(Of ApplicationGatewayAuthenticationCertificate), IPersistableModel(Of ApplicationGatewayAuthenticationCertificate)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ApplicationGatewayAuthenticationCertificate() |
Initializes a new instance of ApplicationGatewayAuthenticationCertificate. |
Properties
| Name | Description |
|---|---|
| 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) |
| Name |
Resource name. (Inherited from NetworkResourceData) |
| ProvisioningState |
The provisioning state of the authentication certificate resource. |
| ResourceType |
Resource type. (Inherited from NetworkResourceData) |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |