| Modifier and Type | Method | Description |
|---|---|---|
StorageAccountProperties |
Registry.storageAccount() |
|
StorageAccountProperties |
RegistryUpdateParameters.storageAccount() |
Get the parameters of a storage account for the container registry.
|
StorageAccountProperties |
StorageAccountProperties.withId(String id) |
Set the resource ID of the storage account.
|
| Modifier and Type | Method | Description |
|---|---|---|
Registry.DefinitionStages.WithCreate |
Registry.DefinitionStages.WithStorageAccount.withStorageAccount(StorageAccountProperties storageAccount) |
Specifies storageAccount.
|
Registry.Update |
Registry.UpdateStages.WithStorageAccount.withStorageAccount(StorageAccountProperties storageAccount) |
Specifies storageAccount.
|
RegistryUpdateParameters |
RegistryUpdateParameters.withStorageAccount(StorageAccountProperties storageAccount) |
Set the parameters of a storage account for the container registry.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/