39 строки
3.8 KiB
YAML
39 строки
3.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.ApplicationGatewaySslCertificate"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewaySslCertificate"
|
|
name: "ApplicationGatewaySslCertificate"
|
|
nameWithType: "ApplicationGatewaySslCertificate"
|
|
summary: "A client-side representation of an application gateway SSL certificate."
|
|
syntax: "public interface **ApplicationGatewaySslCertificate**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.implementation.ApplicationGatewaySslCertificateInner?alt=com.microsoft.azure.management.network.implementation.ApplicationGatewaySslCertificateInner&text=ApplicationGatewaySslCertificateInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource&text=ChildResource\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.ApplicationGateway?alt=com.microsoft.azure.management.network.ApplicationGateway&text=ApplicationGateway\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewaySslCertificate.keyVaultSecretId()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewaySslCertificate.keyVaultSecretId()"
|
|
name: "keyVaultSecretId()"
|
|
nameWithType: "ApplicationGatewaySslCertificate.keyVaultSecretId()"
|
|
summary: "Get Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in Key<wbr>Vault."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String keyVaultSecretId()"
|
|
desc: "Get Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault."
|
|
returns:
|
|
description: "the secret id"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewaySslCertificate.publicData()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewaySslCertificate.publicData()"
|
|
name: "publicData()"
|
|
nameWithType: "ApplicationGatewaySslCertificate.publicData()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String publicData()"
|
|
returns:
|
|
description: "the public data of the certificate"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "A client-side representation of an application gateway SSL certificate."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource&text=ChildResource\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.ApplicationGateway?alt=com.microsoft.azure.management.network.ApplicationGateway&text=ApplicationGateway\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.implementation.ApplicationGatewaySslCertificateInner?alt=com.microsoft.azure.management.network.implementation.ApplicationGatewaySslCertificateInner&text=ApplicationGatewaySslCertificateInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|