Uses of Class
com.azure.resourcemanager.appservice.models.StaticSiteUserProvidedFunctionApp
-
Packages that use StaticSiteUserProvidedFunctionApp 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 StaticSiteUserProvidedFunctionApp in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type StaticSiteUserProvidedFunctionApp Modifier and Type Method Description List<StaticSiteUserProvidedFunctionApp>StaticSite. userProvidedFunctionApps()Get the userProvidedFunctionApps property: User provided function apps registered with the static site.List<StaticSiteUserProvidedFunctionApp>StaticSiteArmResourceInner. userProvidedFunctionApps()Get the userProvidedFunctionApps property: User provided function apps registered with the static site.List<StaticSiteUserProvidedFunctionApp>StaticSiteBuildArmResourceInner. userProvidedFunctionApps()Get the userProvidedFunctionApps property: User provided function apps registered with the static site build.List<StaticSiteUserProvidedFunctionApp>StaticSiteBuildArmResourceProperties. userProvidedFunctionApps()Get the userProvidedFunctionApps property: User provided function apps registered with the static site build. -
Uses of StaticSiteUserProvidedFunctionApp in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return StaticSiteUserProvidedFunctionApp Modifier and Type Method Description StaticSiteUserProvidedFunctionAppStaticSiteUserProvidedFunctionApp. withFunctionAppRegion(String functionAppRegion)Set the functionAppRegion property: The region of the function app registered with the static site.StaticSiteUserProvidedFunctionAppStaticSiteUserProvidedFunctionApp. withFunctionAppResourceId(String functionAppResourceId)Set the functionAppResourceId property: The resource id of the function app registered with the static site.StaticSiteUserProvidedFunctionAppStaticSiteUserProvidedFunctionApp. withKind(String kind)Set the kind property: Kind of resource.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type StaticSiteUserProvidedFunctionApp Modifier and Type Method Description List<StaticSiteUserProvidedFunctionApp>StaticSitePatchResource. userProvidedFunctionApps()Get the userProvidedFunctionApps property: User provided function apps registered with the static site.
-