Uses of Class
com.azure.resourcemanager.appservice.models.CloneAbilityResult
-
Packages that use CloneAbilityResult 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 CloneAbilityResult in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CloneAbilityResult Modifier and Type Method Description CloneAbilityResultSiteCloneabilityInner. result()Get the result property: Name of app.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type CloneAbilityResult Modifier and Type Method Description SiteCloneabilityInnerSiteCloneabilityInner. withResult(CloneAbilityResult result)Set the result property: Name of app. -
Uses of CloneAbilityResult in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return CloneAbilityResult Modifier and Type Method Description static CloneAbilityResultCloneAbilityResult. fromString(String value)Parses a serialized value to a CloneAbilityResult instance.static CloneAbilityResultCloneAbilityResult. valueOf(String name)Returns the enum constant of this type with the specified name.static CloneAbilityResult[]CloneAbilityResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-