| Modifier and Type | Method and Description |
|---|---|
static PublicNetworkAccessType |
PublicNetworkAccessType.fromString(String value)
Parses a serialized value to a PublicNetworkAccessType instance.
|
PublicNetworkAccessType |
BatchAccountCreateParameters.publicNetworkAccess()
Get if not specified, the default value is 'enabled'.
|
static PublicNetworkAccessType |
PublicNetworkAccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublicNetworkAccessType[] |
PublicNetworkAccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BatchAccountCreateParameters |
BatchAccountCreateParameters.withPublicNetworkAccess(PublicNetworkAccessType publicNetworkAccess)
Set if not specified, the default value is 'enabled'.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/