public final class SiteConfigurationSnapshotInfoInner extends ProxyOnlyResource
| Constructor and Description |
|---|
SiteConfigurationSnapshotInfoInner() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
snapshotId()
Get the snapshotId property: The id of the snapshot.
|
OffsetDateTime |
time()
Get the time property: The time the snapshot was taken.
|
void |
validate()
Validates the instance.
|
SiteConfigurationSnapshotInfoInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
kindpublic SiteConfigurationSnapshotInfoInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public OffsetDateTime time()
public Integer snapshotId()
public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.