public class StorageAccountProperties extends Object
| Constructor | Description |
|---|---|
StorageAccountProperties() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
id() |
Get the resource ID of the storage account.
|
StorageAccountProperties |
withId(String id) |
Set the resource ID of the storage account.
|
public String id()
public StorageAccountProperties withId(String id)
id - the id value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/