Uses of Enum
com.azure.resourcemanager.appservice.models.IpMode
Packages that use IpMode
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of IpMode in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return IpModeModifier and TypeMethodDescriptionSiteInner.ipMode()
Get the ipMode property: Specifies the IP mode of the app.SitePropertiesInner.ipMode()
Get the ipMode property: Specifies the IP mode of the app.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type IpModeModifier and TypeMethodDescriptionSiteInner.withIpMode
(IpMode ipMode) Set the ipMode property: Specifies the IP mode of the app.SitePropertiesInner.withIpMode
(IpMode ipMode) Set the ipMode property: Specifies the IP mode of the app. -
Uses of IpMode in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return IpModeModifier and TypeMethodDescriptionstatic IpMode
IpMode.fromString
(String value) Parses a serialized value to a IpMode instance.static IpMode
Returns the enum constant of this type with the specified name.static IpMode[]
IpMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.