Uses of Class
com.azure.resourcemanager.appservice.fluent.models.StaticSiteFunctionOverviewArmResourceInner
Packages that use StaticSiteFunctionOverviewArmResourceInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of StaticSiteFunctionOverviewArmResourceInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type StaticSiteFunctionOverviewArmResourceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<StaticSiteFunctionOverviewArmResourceInner> StaticSitesClient.listStaticSiteBuildFunctions
(String resourceGroupName, String name, String environmentName) Gets the functions of a particular static site build.com.azure.core.http.rest.PagedIterable
<StaticSiteFunctionOverviewArmResourceInner> StaticSitesClient.listStaticSiteBuildFunctions
(String resourceGroupName, String name, String environmentName, com.azure.core.util.Context context) Gets the functions of a particular static site build.com.azure.core.http.rest.PagedFlux
<StaticSiteFunctionOverviewArmResourceInner> StaticSitesClient.listStaticSiteBuildFunctionsAsync
(String resourceGroupName, String name, String environmentName) Gets the functions of a particular static site build.com.azure.core.http.rest.PagedIterable
<StaticSiteFunctionOverviewArmResourceInner> StaticSitesClient.listStaticSiteFunctions
(String resourceGroupName, String name) Gets the functions of a static site.com.azure.core.http.rest.PagedIterable
<StaticSiteFunctionOverviewArmResourceInner> StaticSitesClient.listStaticSiteFunctions
(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the functions of a static site.com.azure.core.http.rest.PagedFlux
<StaticSiteFunctionOverviewArmResourceInner> StaticSitesClient.listStaticSiteFunctionsAsync
(String resourceGroupName, String name) Gets the functions of a static site. -
Uses of StaticSiteFunctionOverviewArmResourceInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return StaticSiteFunctionOverviewArmResourceInnerModifier and TypeMethodDescriptionStaticSiteFunctionOverviewArmResourceInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of StaticSiteFunctionOverviewArmResourceInner from the JsonReader.Set the kind property: Kind of resource. -
Uses of StaticSiteFunctionOverviewArmResourceInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type StaticSiteFunctionOverviewArmResourceInnerModifier and TypeMethodDescriptionStaticSiteFunctionOverviewCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type StaticSiteFunctionOverviewArmResourceInnerModifier and TypeMethodDescriptionStaticSiteFunctionOverviewCollection.withValue
(List<StaticSiteFunctionOverviewArmResourceInner> value) Set the value property: Collection of resources.