ApplicationGatewaySslCertificateInner Class
Definition
SSL certificates of an application gateway.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewaySslCertificateInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
type ApplicationGatewaySslCertificateInner = class
inherit SubResource
Public Class ApplicationGatewaySslCertificateInner
Inherits SubResource
- Inheritance
- Attributes
-
Microsoft.Rest.Serialization.JsonTransformationAttribute
Constructors
ApplicationGatewaySslCertificateInner() |
Initializes a new instance of the ApplicationGatewaySslCertificateInner class. |
ApplicationGatewaySslCertificateInner(String, String, String, String, String, String, String, String) |
Properties
Data |
Gets or sets base-64 encoded pfx certificate. Only applicable in PUT Request. |
Etag |
Gets or sets a unique read-only string that changes whenever the resource is updated. |
Id |
Resource Id (Inherited from SubResource) |
Name |
Gets or sets name of the resource that is unique within a resource group. This name can be used to access the resource. |
Password |
Gets or sets password for the pfx file specified in data. Only applicable in PUT request. |
ProvisioningState |
Gets or sets provisioning state of the SSL certificate resource Possible values are: 'Updating', 'Deleting', and 'Failed'. |
PublicCertData |
Gets or sets base-64 encoded Public cert data corresponding to pfx specified in data. Only applicable in GET request. |
Type |