Uses of Enum
com.azure.resourcemanager.search.models.PublicNetworkAccess
Packages that use PublicNetworkAccess
Package
Description
Package containing the inner data models for SearchManagementClient.
Package containing the data models for SearchManagementClient.
-
Uses of PublicNetworkAccess in com.azure.resourcemanager.search.fluent.models
Methods in com.azure.resourcemanager.search.fluent.models that return PublicNetworkAccessModifier and TypeMethodDescriptionSearchServiceInner.publicNetworkAccess()Get the publicNetworkAccess property: This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates.SearchServiceProperties.publicNetworkAccess()Get the publicNetworkAccess property: This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates.Methods in com.azure.resourcemanager.search.fluent.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionSearchServiceInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates.SearchServiceProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. -
Uses of PublicNetworkAccess in com.azure.resourcemanager.search.models
Subclasses with type arguments of type PublicNetworkAccess in com.azure.resourcemanager.search.modelsModifier and TypeClassDescriptionenumThis value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates.Methods in com.azure.resourcemanager.search.models that return PublicNetworkAccessModifier and TypeMethodDescriptionstatic PublicNetworkAccessPublicNetworkAccess.fromString(String value) Parses a serialized value to a PublicNetworkAccess instance.SearchService.publicNetworkAccess()Whether the search service can be accessed from public network.SearchServiceUpdate.publicNetworkAccess()Get the publicNetworkAccess property: This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates.static PublicNetworkAccessReturns 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.Methods in com.azure.resourcemanager.search.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionSearchServiceUpdate.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates.