StorageAccountInformationInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. datalakeanalytics. fluent. models. StorageAccountInformationInner
- com.
- com.
public final class StorageAccountInformationInner
extends SubResource
Azure Storage account information.
Constructor Summary
| Constructor | Description |
|---|---|
| StorageAccountInformationInner() |
Creates an instance of Storage |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Storage |
fromJson(JsonReader jsonReader)
Reads an instance of Storage |
| String |
name()
Get the name property: The resource name. |
| String |
suffix()
Get the suffix property: The optional suffix for the storage account. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The resource type. |
| void |
validate()
Validates the instance. |
|
Storage |
withId(String id) |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
StorageAccountInformationInner
public StorageAccountInformationInner()
Creates an instance of StorageAccountInformationInner class.
Method Details
fromJson
public static StorageAccountInformationInner fromJson(JsonReader jsonReader)
Reads an instance of StorageAccountInformationInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The resource name.
Returns:
suffix
public String suffix()
Get the suffix property: The optional suffix for the storage account.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
StorageAccountInformationInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The resource type.
Returns:
validate
public void validate()
Validates the instance.
withId
public StorageAccountInformationInner withId(String id)
Overrides:
StorageAccountInformationInner.withId(String id)Parameters: