azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

47 строки
3.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appservice.models.HostnameSslBinding"
fullName: "com.azure.resourcemanager.appservice.models.HostnameSslBinding"
name: "HostnameSslBinding"
nameWithType: "HostnameSslBinding"
summary: "An immutable representation of an host name SSL binding."
syntax: "public interface **HostnameSslBinding**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel?alt=com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel&text=HasInnerModel\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.models.HostnameSslState?alt=com.azure.resourcemanager.appservice.models.HostnameSslState&text=HostnameSslState\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.ChildResource?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.ChildResource&text=ChildResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.models.WebAppBase?alt=com.azure.resourcemanager.appservice.models.WebAppBase&text=WebAppBase\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.azure.resourcemanager.appservice.models.HostnameSslBinding.sslState()"
fullName: "com.azure.resourcemanager.appservice.models.HostnameSslBinding.sslState()"
name: "sslState()"
nameWithType: "HostnameSslBinding.sslState()"
modifiers:
- "abstract"
syntax: "public abstract SslState sslState()"
returns:
description: "the SSL type"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.SslState?alt=com.azure.resourcemanager.appservice.models.SslState&text=SslState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.HostnameSslBinding.thumbprint()"
fullName: "com.azure.resourcemanager.appservice.models.HostnameSslBinding.thumbprint()"
name: "thumbprint()"
nameWithType: "HostnameSslBinding.thumbprint()"
modifiers:
- "abstract"
syntax: "public abstract String thumbprint()"
returns:
description: "the SSL cert thumbprint."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.HostnameSslBinding.virtualIp()"
fullName: "com.azure.resourcemanager.appservice.models.HostnameSslBinding.virtualIp()"
name: "virtualIp()"
nameWithType: "HostnameSslBinding.virtualIp()"
modifiers:
- "abstract"
syntax: "public abstract String virtualIp()"
returns:
description: "the virtual IP address assigned to the host name if IP based SSL is enabled"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "interface"
desc: "An immutable representation of an host name SSL binding."
implements:
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.ChildResource?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.ChildResource&text=ChildResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.models.WebAppBase?alt=com.azure.resourcemanager.appservice.models.WebAppBase&text=WebAppBase\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel?alt=com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel&text=HasInnerModel\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.models.HostnameSslState?alt=com.azure.resourcemanager.appservice.models.HostnameSslState&text=HostnameSslState\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.appservice.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0