ApplicationGatewaySslCertificateInner 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.
SSL certificates of an application gateway.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewaySslCertificateInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewaySslCertificateInner = class
inherit SubResource
Public Class ApplicationGatewaySslCertificateInner
Inherits SubResource
- Inheritance
- Attributes
Constructors
ApplicationGatewaySslCertificateInner() |
Initializes a new instance of the ApplicationGatewaySslCertificateInner class. |
ApplicationGatewaySslCertificateInner(String, String, String, String, String, ProvisioningState, String, String, String) |
Initializes a new instance of the ApplicationGatewaySslCertificateInner class. |
Properties
Data |
Gets or sets base-64 encoded pfx certificate. Only applicable in PUT Request. |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Resource Id (Inherited from SubResource) |
KeyVaultSecretId |
Gets or sets secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault. |
Name |
Gets or sets name of the SSL certificate that is unique within an Application Gateway. |
Password |
Gets or sets password for the pfx file specified in data. Only applicable in PUT request. |
ProvisioningState |
Gets the provisioning state of the SSL certificate resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
PublicCertData |
Gets base-64 encoded Public cert data corresponding to pfx specified in data. Only applicable in GET request. |
Type |
Gets type of the resource. |