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>
public class ApplicationGatewayAuthenticationCertificate : Azure.ResourceManager.Network.Models.NetworkResourceData
type ApplicationGatewayAuthenticationCertificate = class
inherit NetworkResourceData
interface IJsonModel<ApplicationGatewayAuthenticationCertificate>
interface IPersistableModel<ApplicationGatewayAuthenticationCertificate>
type ApplicationGatewayAuthenticationCertificate = class
inherit NetworkResourceData
Public Class ApplicationGatewayAuthenticationCertificate
Inherits NetworkResourceData
Implements IJsonModel(Of ApplicationGatewayAuthenticationCertificate), IPersistableModel(Of ApplicationGatewayAuthenticationCertificate)
Public Class ApplicationGatewayAuthenticationCertificate
Inherits NetworkResourceData
- Inheritance
- Implements
Constructors
ApplicationGatewayAuthenticationCertificate() |
Initializes a new instance of ApplicationGatewayAuthenticationCertificate. |
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) |
Name |
Resource name. (Inherited from NetworkResourceData) |
ProvisioningState |
The provisioning state of the authentication certificate resource. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET