Uses of Enum
com.azure.resourcemanager.appservice.models.SiteExtensionType
Packages that use SiteExtensionType
Package
Description
Package containing the inner data models for WebSiteManagementClient.
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 SiteExtensionTypeModifier and TypeMethodDescriptionSiteExtensionInfoInner.extensionType()Get the extensionType property: Site extension type.SiteExtensionInfoProperties.extensionType()Get the extensionType property: Site extension type.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type SiteExtensionTypeModifier and TypeMethodDescriptionSiteExtensionInfoInner.withExtensionType(SiteExtensionType extensionType) Set the extensionType property: Site extension type.SiteExtensionInfoProperties.withExtensionType(SiteExtensionType extensionType) Set the extensionType property: Site extension type. -
Uses of SiteExtensionType in com.azure.resourcemanager.appservice.models
Subclasses with type arguments of type SiteExtensionType in com.azure.resourcemanager.appservice.modelsMethods in com.azure.resourcemanager.appservice.models that return SiteExtensionTypeModifier and TypeMethodDescriptionstatic SiteExtensionTypeSiteExtensionType.fromString(String value) Parses a serialized value to a SiteExtensionType instance.static SiteExtensionTypeReturns 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.