FileWorkspaceDetailsProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.support.fluent.models.FileWorkspaceDetailsProperties

public final class FileWorkspaceDetailsProperties

Describes the properties of a file workspace.

Constructor Summary

Constructor Description
FileWorkspaceDetailsProperties()

Creates an instance of FileWorkspaceDetailsProperties class.

Method Summary

Modifier and Type Method and Description
OffsetDateTime createdOn()

Get the createdOn property: Time in UTC (ISO 8601 format) when file workspace was created.

OffsetDateTime expirationTime()

Get the expirationTime property: Time in UTC (ISO 8601 format) when file workspace is going to expire.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

FileWorkspaceDetailsProperties

public FileWorkspaceDetailsProperties()

Creates an instance of FileWorkspaceDetailsProperties class.

Method Details

createdOn

public OffsetDateTime createdOn()

Get the createdOn property: Time in UTC (ISO 8601 format) when file workspace was created.

Returns:

the createdOn value.

expirationTime

public OffsetDateTime expirationTime()

Get the expirationTime property: Time in UTC (ISO 8601 format) when file workspace is going to expire.

Returns:

the expirationTime value.

validate

public void validate()

Validates the instance.

Applies to