IHostNameSslBinding Interface

Definition

An immutable representation of an host name SSL binding.

public interface IHostNameSslBinding : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.AppService.Fluent.IWebAppBase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.HostNameSslState>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.AppService.Fluent.IWebAppBase>
type IHostNameSslBinding = interface
    interface IBeta
    interface IHasInner<HostNameSslState>
    interface IChildResource<IWebAppBase>
    interface IHasName
    interface IIndexable
    interface IHasParent<IWebAppBase>
Public Interface IHostNameSslBinding
Implements IBeta, IChildResource(Of IWebAppBase), IHasInner(Of HostNameSslState), IHasParent(Of IWebAppBase)
Implements

Properties

Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
Name

Gets the name of the resource

(Inherited from IHasName)
Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
SslState

Gets the SSL type.

Thumbprint

Gets the SSL cert thumbprint.

VirtualIP

Gets the virtual IP address assigned to the host name if IP based SSL is enabled.

Applies to