Uses of Class
com.azure.resourcemanager.appservice.models.SiteExtensionType
-
Packages that use SiteExtensionType 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 SiteExtensionType in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SiteExtensionType Modifier and Type Method Description SiteExtensionTypeSiteExtensionInfoInner. extensionType()Get the extensionType property: Site extension type.SiteExtensionTypeSiteExtensionInfoProperties. extensionType()Get the extensionType property: Site extension type.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type SiteExtensionType Modifier and Type Method Description SiteExtensionInfoInnerSiteExtensionInfoInner. withExtensionType(SiteExtensionType extensionType)Set the extensionType property: Site extension type.SiteExtensionInfoPropertiesSiteExtensionInfoProperties. withExtensionType(SiteExtensionType extensionType)Set the extensionType property: Site extension type. -
Uses of SiteExtensionType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return SiteExtensionType Modifier and Type Method Description static SiteExtensionTypeSiteExtensionType. fromString(String value)Parses a serialized value to a SiteExtensionType instance.static SiteExtensionTypeSiteExtensionType. valueOf(String name)Returns the enum constant of this type with the specified name.static SiteExtensionType[]SiteExtensionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-