StorageAccount Class
- java.
lang. Object - com.
azure. resourcemanager. loganalytics. models. StorageAccount
- com.
public final class StorageAccount
Describes a storage account connection.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| StorageAccount() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
id()
Get the id property: The Azure Resource Manager ID of the storage account resource. |
| String |
key()
Get the key property: The storage account key. |
| void |
validate()
Validates the instance. |
|
Storage |
withId(String id)
Set the id property: The Azure Resource Manager ID of the storage account resource. |
|
Storage |
withKey(String key)
Set the key property: The storage account key. |
Methods inherited from java.lang.Object
Constructor Details
StorageAccount
public StorageAccount()
Method Details
id
public String id()
Get the id property: The Azure Resource Manager ID of the storage account resource.
Returns:
key
public String key()
Get the key property: The storage account key.
Returns:
validate
public void validate()
Validates the instance.
withId
public StorageAccount withId(String id)
Set the id property: The Azure Resource Manager ID of the storage account resource.
Parameters:
Returns:
withKey
public StorageAccount withKey(String key)
Set the key property: The storage account key.
Parameters:
Returns: