StorageAccountSettings Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. StorageAccountSettings
- com.
Implements
public final class StorageAccountSettings
implements JsonSerializable<StorageAccountSettings>
Storage account where the connection analyzer writes its output.
Constructor Summary
| Constructor | Description |
|---|---|
| StorageAccountSettings() |
Creates an instance of Storage |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Storage |
fromJson(JsonReader jsonReader)
Reads an instance of Storage |
| String |
path()
Get the path property: Sub-path within the storage account where results are written. |
| String |
storageAccountId()
Get the storage |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Storage |
withPath(String path)
Set the path property: Sub-path within the storage account where results are written. |
|
Storage |
withStorageAccountId(String storageAccountId)
Set the storage |
Methods inherited from java.lang.Object
Constructor Details
StorageAccountSettings
public StorageAccountSettings()
Creates an instance of StorageAccountSettings class.
Method Details
fromJson
public static StorageAccountSettings fromJson(JsonReader jsonReader)
Reads an instance of StorageAccountSettings from the JsonReader.
Parameters:
Returns:
Throws:
path
public String path()
Get the path property: Sub-path within the storage account where results are written.
Returns:
storageAccountId
public String storageAccountId()
Get the storageAccountId property: Resource ID of the storage account.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPath
public StorageAccountSettings withPath(String path)
Set the path property: Sub-path within the storage account where results are written.
Parameters:
Returns:
withStorageAccountId
public StorageAccountSettings withStorageAccountId(String storageAccountId)
Set the storageAccountId property: Resource ID of the storage account.
Parameters:
Returns: