41 строка
3.1 KiB
YAML
41 строка
3.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.models.WebAppBase.UpdateStages.WithAuthentication"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.UpdateStages.WithAuthentication<FluentT>"
|
|
name: "WebAppBase.UpdateStages.WithAuthentication<FluentT>"
|
|
nameWithType: "WebAppBase.UpdateStages.WithAuthentication<FluentT>"
|
|
summary: "A web app definition stage allowing authentication to be set."
|
|
syntax: "public static interface **WebAppBase.UpdateStages.WithAuthentication<FluentT>**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.UpdateStages.WithAuthentication.defineAuthentication()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.UpdateStages.WithAuthentication<FluentT>.defineAuthentication()"
|
|
name: "defineAuthentication()"
|
|
nameWithType: "WebAppBase.UpdateStages.WithAuthentication<FluentT>.defineAuthentication()"
|
|
summary: "Specifies the definition of a new authentication configuration."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract WebAppAuthentication.UpdateDefinitionStages.Blank<WebAppBase.Update<FluentT>> defineAuthentication()"
|
|
desc: "Specifies the definition of a new authentication configuration."
|
|
returns:
|
|
description: "the first stage of an authentication definition"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.WebAppAuthentication.UpdateDefinitionStages.Blank?alt=com.azure.resourcemanager.appservice.models.WebAppAuthentication.UpdateDefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.models.WebAppBase.Update?alt=com.azure.resourcemanager.appservice.models.WebAppBase.Update&text=Update\" data-throw-if-not-resolved=\"False\" /><<xref href=\"FluentT?alt=FluentT&text=FluentT\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.UpdateStages.WithAuthentication.withoutAuthentication()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.UpdateStages.WithAuthentication<FluentT>.withoutAuthentication()"
|
|
name: "withoutAuthentication()"
|
|
nameWithType: "WebAppBase.UpdateStages.WithAuthentication<FluentT>.withoutAuthentication()"
|
|
summary: "Turns off the authentication on the web app."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract WebAppBase.Update<FluentT> withoutAuthentication()"
|
|
desc: "Turns off the authentication on the web app."
|
|
returns:
|
|
description: "the next stage of the web app update"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.WebAppBase.Update?alt=com.azure.resourcemanager.appservice.models.WebAppBase.Update&text=Update\" data-throw-if-not-resolved=\"False\" /><<xref href=\"FluentT?alt=FluentT&text=FluentT\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
typeParameters:
|
|
- description: "the type of the resource"
|
|
name: "FluentT"
|
|
desc: "A web app definition stage allowing authentication to be set."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0
|