Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SiteConfigurationSnapshotInfoInner
-
Packages that use SiteConfigurationSnapshotInfoInner 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 SiteConfigurationSnapshotInfoInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type SiteConfigurationSnapshotInfoInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<SiteConfigurationSnapshotInfoInner>WebAppsClient. listConfigurationSnapshotInfo(String resourceGroupName, String name)Description for 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)Description for Gets a list of web app configuration snapshots identifiers.com.azure.core.http.rest.PagedFlux<SiteConfigurationSnapshotInfoInner>WebAppsClient. listConfigurationSnapshotInfoAsync(String resourceGroupName, String name)Description for Gets a list of web app configuration snapshots identifiers.com.azure.core.http.rest.PagedIterable<SiteConfigurationSnapshotInfoInner>WebAppsClient. listConfigurationSnapshotInfoSlot(String resourceGroupName, String name, String slot)Description for 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)Description for Gets a list of web app configuration snapshots identifiers.com.azure.core.http.rest.PagedFlux<SiteConfigurationSnapshotInfoInner>WebAppsClient. listConfigurationSnapshotInfoSlotAsync(String resourceGroupName, String name, String slot)Description for 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 SiteConfigurationSnapshotInfoInner Modifier and Type Method Description SiteConfigurationSnapshotInfoInnerSiteConfigurationSnapshotInfoInner. withKind(String kind)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 SiteConfigurationSnapshotInfoInner Modifier and Type Method Description List<SiteConfigurationSnapshotInfoInner>SiteConfigurationSnapshotInfoCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type SiteConfigurationSnapshotInfoInner Modifier and Type Method Description SiteConfigurationSnapshotInfoCollectionSiteConfigurationSnapshotInfoCollection. withValue(List<SiteConfigurationSnapshotInfoInner> value)Set the value property: Collection of resources.
-