ApplicationGatewaySslCertificate 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.
Compatibility declaration for the ApplicationGatewaySslCertificate type.
public class ApplicationGatewaySslCertificate : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewaySslCertificate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationGatewaySslCertificate>
type ApplicationGatewaySslCertificate = class
inherit NetworkResourceData
interface IJsonModel<ApplicationGatewaySslCertificate>
interface IPersistableModel<ApplicationGatewaySslCertificate>
Public Class ApplicationGatewaySslCertificate
Inherits NetworkResourceData
Implements IJsonModel(Of ApplicationGatewaySslCertificate), IPersistableModel(Of ApplicationGatewaySslCertificate)
- Inheritance
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ApplicationGatewaySslCertificate() |
Initializes a new instance of ApplicationGatewaySslCertificate. |
Properties
| Name | Description |
|---|---|
| Data |
Gets or sets the Data compatibility property. |
| ETag |
A unique read-only string that changes whenever the resource is updated. |
| Hsm |
Managed HSM properties of the Application Gateway resource. |
| Id |
Resource ID. (Inherited from NetworkResourceData) |
| KeyVaultSecretId |
Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault. |
| Name |
Name of the resource. (Inherited from NetworkResourceData) |
| Password |
Password for the pfx file specified in data. Only applicable in PUT request. |
| ProvisioningState |
The provisioning state of the SSL certificate resource. |
| PublicCertData |
Gets or sets the PublicCertData compatibility property. |
| ResourceType |
Compatibility member. (Inherited from NetworkResourceData) |
| Type |
Resource type. (Inherited from NetworkResourceData) |