| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.models |
Package containing the data models for ContainerInstanceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentVariable |
EnvironmentVariable.withName(String name)
Set the name property: The name of the environment variable.
|
EnvironmentVariable |
EnvironmentVariable.withSecureValue(String secureValue)
Set the secureValue property: The value of the secure environment variable.
|
EnvironmentVariable |
EnvironmentVariable.withValue(String value)
Set the value property: The value of the environment variable.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.