azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

182 строки
8.6 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.appservice.HostNameSslState.hostType()
name: hostType()
nameWithType: HostNameSslState.hostType()
returns:
description: <p>the hostType value </p>
type: <xref href="com.microsoft.azure.management.appservice.HostType?alt=com.microsoft.azure.management.appservice.HostType&text=HostType" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the hostType value.</p>
<p></p>
syntax: public HostType hostType()
uid: com.microsoft.azure.management.appservice.HostNameSslState.hostType()
- fullName: com.microsoft.azure.management.appservice.HostNameSslState.name()
name: name()
nameWithType: HostNameSslState.name()
returns:
description: <p>the name value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the name value.</p>
<p></p>
syntax: public String name()
uid: com.microsoft.azure.management.appservice.HostNameSslState.name()
- fullName: com.microsoft.azure.management.appservice.HostNameSslState.sslState()
name: sslState()
nameWithType: HostNameSslState.sslState()
returns:
description: <p>the sslState value </p>
type: <xref href="com.microsoft.azure.management.appservice.SslState?alt=com.microsoft.azure.management.appservice.SslState&text=SslState" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the sslState value.</p>
<p></p>
syntax: public SslState sslState()
uid: com.microsoft.azure.management.appservice.HostNameSslState.sslState()
- fullName: com.microsoft.azure.management.appservice.HostNameSslState.thumbprint()
name: thumbprint()
nameWithType: HostNameSslState.thumbprint()
returns:
description: <p>the thumbprint value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the thumbprint value.</p>
<p></p>
syntax: public String thumbprint()
uid: com.microsoft.azure.management.appservice.HostNameSslState.thumbprint()
- fullName: com.microsoft.azure.management.appservice.HostNameSslState.toUpdate()
name: toUpdate()
nameWithType: HostNameSslState.toUpdate()
returns:
description: <p>the toUpdate value </p>
type: <xref href="Boolean?alt=Boolean&text=Boolean" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the toUpdate value.</p>
<p></p>
syntax: public Boolean toUpdate()
uid: com.microsoft.azure.management.appservice.HostNameSslState.toUpdate()
- fullName: com.microsoft.azure.management.appservice.HostNameSslState.virtualIP()
name: virtualIP()
nameWithType: HostNameSslState.virtualIP()
returns:
description: <p>the virtualIP value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the virtualIP value.</p>
<p></p>
syntax: public String virtualIP()
uid: com.microsoft.azure.management.appservice.HostNameSslState.virtualIP()
- fullName: com.microsoft.azure.management.appservice.HostNameSslState.withHostType(HostType hostType)
name: withHostType(HostType hostType)
nameWithType: HostNameSslState.withHostType(HostType hostType)
parameters:
- description: <p>the hostType value to set </p>
name: hostType
type: <xref href="com.microsoft.azure.management.appservice.HostType?alt=com.microsoft.azure.management.appservice.HostType&text=HostType" data-throw-if-not-resolved="False"/>
returns:
description: <p>the HostNameSslState object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.HostNameSslState?alt=com.microsoft.azure.management.appservice.HostNameSslState&text=HostNameSslState" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the hostType value.</p>
<p></p>
syntax: public HostNameSslState withHostType(HostType hostType)
uid: com.microsoft.azure.management.appservice.HostNameSslState.withHostType(HostType)
- fullName: com.microsoft.azure.management.appservice.HostNameSslState.withName(String name)
name: withName(String name)
nameWithType: HostNameSslState.withName(String name)
parameters:
- description: <p>the name value to set </p>
name: name
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the HostNameSslState object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.HostNameSslState?alt=com.microsoft.azure.management.appservice.HostNameSslState&text=HostNameSslState" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the name value.</p>
<p></p>
syntax: public HostNameSslState withName(String name)
uid: com.microsoft.azure.management.appservice.HostNameSslState.withName(String)
- fullName: com.microsoft.azure.management.appservice.HostNameSslState.withSslState(SslState sslState)
name: withSslState(SslState sslState)
nameWithType: HostNameSslState.withSslState(SslState sslState)
parameters:
- description: <p>the sslState value to set </p>
name: sslState
type: <xref href="com.microsoft.azure.management.appservice.SslState?alt=com.microsoft.azure.management.appservice.SslState&text=SslState" data-throw-if-not-resolved="False"/>
returns:
description: <p>the HostNameSslState object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.HostNameSslState?alt=com.microsoft.azure.management.appservice.HostNameSslState&text=HostNameSslState" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the sslState value.</p>
<p></p>
syntax: public HostNameSslState withSslState(SslState sslState)
uid: com.microsoft.azure.management.appservice.HostNameSslState.withSslState(SslState)
- fullName: com.microsoft.azure.management.appservice.HostNameSslState.withThumbprint(String thumbprint)
name: withThumbprint(String thumbprint)
nameWithType: HostNameSslState.withThumbprint(String thumbprint)
parameters:
- description: <p>the thumbprint value to set </p>
name: thumbprint
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the HostNameSslState object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.HostNameSslState?alt=com.microsoft.azure.management.appservice.HostNameSslState&text=HostNameSslState" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the thumbprint value.</p>
<p></p>
syntax: public HostNameSslState withThumbprint(String thumbprint)
uid: com.microsoft.azure.management.appservice.HostNameSslState.withThumbprint(String)
- fullName: com.microsoft.azure.management.appservice.HostNameSslState.withToUpdate(Boolean toUpdate)
name: withToUpdate(Boolean toUpdate)
nameWithType: HostNameSslState.withToUpdate(Boolean toUpdate)
parameters:
- description: <p>the toUpdate value to set </p>
name: toUpdate
type: <xref href="Boolean?alt=Boolean&text=Boolean" data-throw-if-not-resolved="False"/>
returns:
description: <p>the HostNameSslState object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.HostNameSslState?alt=com.microsoft.azure.management.appservice.HostNameSslState&text=HostNameSslState" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the toUpdate value.</p>
<p></p>
syntax: public HostNameSslState withToUpdate(Boolean toUpdate)
uid: com.microsoft.azure.management.appservice.HostNameSslState.withToUpdate(Boolean)
- fullName: com.microsoft.azure.management.appservice.HostNameSslState.withVirtualIP(String virtualIP)
name: withVirtualIP(String virtualIP)
nameWithType: HostNameSslState.withVirtualIP(String virtualIP)
parameters:
- description: <p>the virtualIP value to set </p>
name: virtualIP
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the HostNameSslState object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.HostNameSslState?alt=com.microsoft.azure.management.appservice.HostNameSslState&text=HostNameSslState" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the virtualIP value.</p>
<p></p>
syntax: public HostNameSslState withVirtualIP(String virtualIP)
uid: com.microsoft.azure.management.appservice.HostNameSslState.withVirtualIP(String)
nameWithType: HostNameSslState
syntax: public class HostNameSslState
type: class
uid: com.microsoft.azure.management.appservice.HostNameSslState
fullName: com.microsoft.azure.management.appservice.HostNameSslState
name: HostNameSslState
package: com.microsoft.azure.management.appservice
summary: <p>SSL-enabled hostname. </p>
metadata: {}