Class SiteConfigurationSnapshotInfoInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.appservice.models.ProxyOnlyResource
-
- com.azure.resourcemanager.appservice.fluent.models.SiteConfigurationSnapshotInfoInner
-
public final class SiteConfigurationSnapshotInfoInner extends ProxyOnlyResource
A snapshot of a web app configuration.
-
-
Constructor Summary
Constructors Constructor Description SiteConfigurationSnapshotInfoInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegersnapshotId()Get the snapshotId property: The id of the snapshot.OffsetDateTimetime()Get the time property: The time the snapshot was taken.voidvalidate()Validates the instance.SiteConfigurationSnapshotInfoInnerwithKind(String kind)Set the kind property: Kind of resource.-
Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kind
-
-
-
-
Method Detail
-
withKind
public SiteConfigurationSnapshotInfoInner withKind(String kind)
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
time
public OffsetDateTime time()
Get the time property: The time the snapshot was taken.- Returns:
- the time value.
-
snapshotId
public Integer snapshotId()
Get the snapshotId property: The id of the snapshot.- Returns:
- the snapshotId value.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-