Uses of Class
com.azure.resourcemanager.appservice.fluent.models.StaticSiteFunctionOverviewArmResourceInner
-
Packages that use StaticSiteFunctionOverviewArmResourceInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.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 StaticSiteFunctionOverviewArmResourceInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type StaticSiteFunctionOverviewArmResourceInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<StaticSiteFunctionOverviewArmResourceInner>StaticSitesClient. listStaticSiteBuildFunctions(String resourceGroupName, String name, String environmentName)Description for 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)Description for Gets the functions of a particular static site build.com.azure.core.http.rest.PagedFlux<StaticSiteFunctionOverviewArmResourceInner>StaticSitesClient. listStaticSiteBuildFunctionsAsync(String resourceGroupName, String name, String environmentName)Description for Gets the functions of a particular static site build.com.azure.core.http.rest.PagedIterable<StaticSiteFunctionOverviewArmResourceInner>StaticSitesClient. listStaticSiteFunctions(String resourceGroupName, String name)Description for 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)Description for Gets the functions of a static site.com.azure.core.http.rest.PagedFlux<StaticSiteFunctionOverviewArmResourceInner>StaticSitesClient. listStaticSiteFunctionsAsync(String resourceGroupName, String name)Description for 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 StaticSiteFunctionOverviewArmResourceInner Modifier and Type Method Description StaticSiteFunctionOverviewArmResourceInnerStaticSiteFunctionOverviewArmResourceInner. withKind(String kind)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 StaticSiteFunctionOverviewArmResourceInner Modifier and Type Method Description List<StaticSiteFunctionOverviewArmResourceInner>StaticSiteFunctionOverviewCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type StaticSiteFunctionOverviewArmResourceInner Modifier and Type Method Description StaticSiteFunctionOverviewCollectionStaticSiteFunctionOverviewCollection. withValue(List<StaticSiteFunctionOverviewArmResourceInner> value)Set the value property: Collection of resources.
-