FileWorkspaceDetails Interface
public interface FileWorkspaceDetails
An immutable client-side representation of FileWorkspaceDetails.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Offset |
createdOn()
Gets the created |
|
abstract
Offset |
expirationTime()
Gets the expiration |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
File |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
createdOn
public abstract OffsetDateTime createdOn()
Gets the createdOn property: Time in UTC (ISO 8601 format) when file workspace was created.
Returns:
expirationTime
public abstract OffsetDateTime expirationTime()
Gets the expirationTime property: Time in UTC (ISO 8601 format) when file workspace is going to expire.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract FileWorkspaceDetailsInner innerModel()
Gets the inner com.azure.resourcemanager.support.fluent.models.FileWorkspaceDetailsInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: