Interface HostNameSslBinding

  • All Superinterfaces:
    com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<WebAppBase>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<HostNameSslState>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasName, com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<WebAppBase>, com.microsoft.azure.management.resources.fluentcore.model.Indexable

    @Beta
    public interface HostNameSslBinding
    extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<HostNameSslState>, com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<WebAppBase>
    An immutable representation of an host name SSL binding.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SslState sslState()  
      String thumbprint()  
      String virtualIP()  
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner

        inner
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName

        name
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent

        parent
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable

        key
    • Method Detail

      • sslState

        SslState sslState()
        Returns:
        the SSL type
      • virtualIP

        String virtualIP()
        Returns:
        the virtual IP address assigned to the host name if IP based SSL is enabled
      • thumbprint

        String thumbprint()
        Returns:
        the SSL cert thumbprint.