Uses of Class
com.azure.resourcemanager.appservice.fluent.models.StaticSiteBuildArmResourceInner
Packages that use StaticSiteBuildArmResourceInner
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 StaticSiteBuildArmResourceInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return StaticSiteBuildArmResourceInnerModifier and TypeMethodDescriptionStaticSitesClient.getStaticSiteBuild
(String resourceGroupName, String name, String environmentName) Gets the details of a static site build.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type StaticSiteBuildArmResourceInnerModifier and TypeMethodDescriptionStaticSitesClient.getStaticSiteBuildAsync
(String resourceGroupName, String name, String environmentName) Gets the details of a static site build.com.azure.core.http.rest.PagedIterable
<StaticSiteBuildArmResourceInner> StaticSitesClient.getStaticSiteBuilds
(String resourceGroupName, String name) Gets all static site builds for a particular static site.com.azure.core.http.rest.PagedIterable
<StaticSiteBuildArmResourceInner> StaticSitesClient.getStaticSiteBuilds
(String resourceGroupName, String name, com.azure.core.util.Context context) Gets all static site builds for a particular static site.com.azure.core.http.rest.PagedFlux
<StaticSiteBuildArmResourceInner> StaticSitesClient.getStaticSiteBuildsAsync
(String resourceGroupName, String name) Gets all static site builds for a particular static site.com.azure.core.http.rest.Response
<StaticSiteBuildArmResourceInner> StaticSitesClient.getStaticSiteBuildWithResponse
(String resourceGroupName, String name, String environmentName, com.azure.core.util.Context context) Gets the details of a static site build.Mono
<com.azure.core.http.rest.Response<StaticSiteBuildArmResourceInner>> StaticSitesClient.getStaticSiteBuildWithResponseAsync
(String resourceGroupName, String name, String environmentName) Gets the details of a static site build. -
Uses of StaticSiteBuildArmResourceInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return StaticSiteBuildArmResourceInnerModifier and TypeMethodDescriptionStaticSiteBuildArmResourceInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of StaticSiteBuildArmResourceInner from the JsonReader.Set the kind property: Kind of resource. -
Uses of StaticSiteBuildArmResourceInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type StaticSiteBuildArmResourceInnerModifier and TypeMethodDescriptionStaticSiteBuildCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type StaticSiteBuildArmResourceInnerModifier and TypeMethodDescriptionStaticSiteBuildCollection.withValue
(List<StaticSiteBuildArmResourceInner> value) Set the value property: Collection of resources.