FileServiceUsageInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. storage. fluent. models. FileServiceUsageInner
- com.
- com.
public final class FileServiceUsageInner
extends ProxyResource
The usage of file service in storage account.
Constructor Summary
| Constructor | Description |
|---|---|
| FileServiceUsageInner() |
Creates an instance of File |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
File |
fromJson(JsonReader jsonReader)
Reads an instance of File |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
File |
properties()
Get the properties property: File service usage in storage account including account limits, file share limits and constants used in recommendations and bursting formula. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
FileServiceUsageInner
public FileServiceUsageInner()
Creates an instance of FileServiceUsageInner class.
Method Details
fromJson
public static FileServiceUsageInner fromJson(JsonReader jsonReader)
Reads an instance of FileServiceUsageInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
FileServiceUsageInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
FileServiceUsageInner.name()Returns:
properties
public FileServiceUsageProperties properties()
Get the properties property: File service usage in storage account including account limits, file share limits and constants used in recommendations and bursting formula.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
FileServiceUsageInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
FileServiceUsageInner.type()Returns:
validate
public void validate()
Validates the instance.