StorageTaskPreviewActionInner Class
- java.
lang. Object - com.
azure. resourcemanager. storageactions. fluent. models. StorageTaskPreviewActionInner
- com.
Implements
public final class StorageTaskPreviewActionInner
implements JsonSerializable<StorageTaskPreviewActionInner>
Storage Task Preview Action.
Constructor Summary
| Constructor | Description |
|---|---|
| StorageTaskPreviewActionInner() |
Creates an instance of Storage |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Storage |
fromJson(JsonReader jsonReader)
Reads an instance of Storage |
|
Storage |
properties()
Get the properties property: Properties of the storage task preview. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Storage |
withProperties(StorageTaskPreviewActionProperties properties)
Set the properties property: Properties of the storage task preview. |
Methods inherited from java.lang.Object
Constructor Details
StorageTaskPreviewActionInner
public StorageTaskPreviewActionInner()
Creates an instance of StorageTaskPreviewActionInner class.
Method Details
fromJson
public static StorageTaskPreviewActionInner fromJson(JsonReader jsonReader)
Reads an instance of StorageTaskPreviewActionInner from the JsonReader.
Parameters:
Returns:
Throws:
properties
public StorageTaskPreviewActionProperties properties()
Get the properties property: Properties of the storage task preview.
Returns:
toJson
validate
public void validate()
Validates the instance.
withProperties
public StorageTaskPreviewActionInner withProperties(StorageTaskPreviewActionProperties properties)
Set the properties property: Properties of the storage task preview.
Parameters:
Returns: