| Package | Description |
|---|---|
| com.azure.resourcemanager.search.fluent.models |
Package containing the inner data models for SearchManagementClient.
|
| com.azure.resourcemanager.search.models |
Package containing the data models for SearchManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PublicNetworkAccess |
SearchServiceInner.publicNetworkAccess()
Get the publicNetworkAccess property: This value can be set to 'enabled' to avoid breaking changes on existing
customer resources and templates.
|
| Modifier and Type | Method and Description |
|---|---|
SearchServiceInner |
SearchServiceInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: This value can be set to 'enabled' to avoid breaking changes on existing
customer resources and templates.
|
| Modifier and Type | Method and Description |
|---|---|
static PublicNetworkAccess |
PublicNetworkAccess.fromString(String value)
Parses a serialized value to a PublicNetworkAccess instance.
|
PublicNetworkAccess |
SearchServiceUpdate.publicNetworkAccess()
Get the publicNetworkAccess property: This value can be set to 'enabled' to avoid breaking changes on existing
customer resources and templates.
|
static PublicNetworkAccess |
PublicNetworkAccess.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublicNetworkAccess[] |
PublicNetworkAccess.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SearchServiceUpdate |
SearchServiceUpdate.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: This value can be set to 'enabled' to avoid breaking changes on existing
customer resources and templates.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.