Uses of Class
com.azure.resourcemanager.search.models.PublicNetworkAccess
-
Packages that use PublicNetworkAccess 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. -
-
Uses of PublicNetworkAccess in com.azure.resourcemanager.search.fluent.models
Methods in com.azure.resourcemanager.search.fluent.models that return PublicNetworkAccess Modifier and Type Method Description PublicNetworkAccessSearchServiceInner. 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 PublicNetworkAccess Modifier and Type Method Description SearchServiceInnerSearchServiceInner. 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
Methods in com.azure.resourcemanager.search.models that return PublicNetworkAccess Modifier and Type Method Description static PublicNetworkAccessPublicNetworkAccess. fromString(String value)Parses a serialized value to a PublicNetworkAccess instance.PublicNetworkAccessSearchServiceUpdate. publicNetworkAccess()Get the publicNetworkAccess property: This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates.static PublicNetworkAccessPublicNetworkAccess. 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.Methods in com.azure.resourcemanager.search.models with parameters of type PublicNetworkAccess Modifier and Type Method Description SearchServiceUpdateSearchServiceUpdate. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates.
-