Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SiteConfigurationSnapshotInfoInner
Packages that use SiteConfigurationSnapshotInfoInner
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 SiteConfigurationSnapshotInfoInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type SiteConfigurationSnapshotInfoInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<SiteConfigurationSnapshotInfoInner> WebAppsClient.listConfigurationSnapshotInfo
(String resourceGroupName, String name) Gets a list of web app configuration snapshots identifiers.com.azure.core.http.rest.PagedIterable
<SiteConfigurationSnapshotInfoInner> WebAppsClient.listConfigurationSnapshotInfo
(String resourceGroupName, String name, com.azure.core.util.Context context) Gets a list of web app configuration snapshots identifiers.com.azure.core.http.rest.PagedFlux
<SiteConfigurationSnapshotInfoInner> WebAppsClient.listConfigurationSnapshotInfoAsync
(String resourceGroupName, String name) Gets a list of web app configuration snapshots identifiers.com.azure.core.http.rest.PagedIterable
<SiteConfigurationSnapshotInfoInner> WebAppsClient.listConfigurationSnapshotInfoSlot
(String resourceGroupName, String name, String slot) Gets a list of web app configuration snapshots identifiers.com.azure.core.http.rest.PagedIterable
<SiteConfigurationSnapshotInfoInner> WebAppsClient.listConfigurationSnapshotInfoSlot
(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Gets a list of web app configuration snapshots identifiers.com.azure.core.http.rest.PagedFlux
<SiteConfigurationSnapshotInfoInner> WebAppsClient.listConfigurationSnapshotInfoSlotAsync
(String resourceGroupName, String name, String slot) Gets a list of web app configuration snapshots identifiers. -
Uses of SiteConfigurationSnapshotInfoInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SiteConfigurationSnapshotInfoInnerModifier and TypeMethodDescriptionSiteConfigurationSnapshotInfoInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SiteConfigurationSnapshotInfoInner from the JsonReader.Set the kind property: Kind of resource. -
Uses of SiteConfigurationSnapshotInfoInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type SiteConfigurationSnapshotInfoInnerModifier and TypeMethodDescriptionSiteConfigurationSnapshotInfoCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type SiteConfigurationSnapshotInfoInnerModifier and TypeMethodDescriptionSiteConfigurationSnapshotInfoCollection.withValue
(List<SiteConfigurationSnapshotInfoInner> value) Set the value property: Collection of resources.