Uses of Class
com.azure.resourcemanager.appservice.models.RedundancyMode
-
Packages that use RedundancyMode Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of RedundancyMode in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return RedundancyMode Modifier and Type Method Description RedundancyModeSiteInner. redundancyMode()Get the redundancyMode property: Site redundancy mode.RedundancyModeSitePatchResourceInner. redundancyMode()Get the redundancyMode property: Site redundancy mode.RedundancyModeSitePatchResourcePropertiesInner. redundancyMode()Get the redundancyMode property: Site redundancy mode.RedundancyModeSitePropertiesInner. redundancyMode()Get the redundancyMode property: Site redundancy mode.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type RedundancyMode Modifier and Type Method Description SiteInnerSiteInner. withRedundancyMode(RedundancyMode redundancyMode)Set the redundancyMode property: Site redundancy mode.SitePatchResourceInnerSitePatchResourceInner. withRedundancyMode(RedundancyMode redundancyMode)Set the redundancyMode property: Site redundancy mode.SitePatchResourcePropertiesInnerSitePatchResourcePropertiesInner. withRedundancyMode(RedundancyMode redundancyMode)Set the redundancyMode property: Site redundancy mode.SitePropertiesInnerSitePropertiesInner. withRedundancyMode(RedundancyMode redundancyMode)Set the redundancyMode property: Site redundancy mode. -
Uses of RedundancyMode in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return RedundancyMode Modifier and Type Method Description static RedundancyModeRedundancyMode. fromString(String value)Parses a serialized value to a RedundancyMode instance.RedundancyModeWebSiteBase. redundancyMode()Get the redundancyMode property: Site redundancy mode.static RedundancyModeRedundancyMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RedundancyMode[]RedundancyMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-