Uses of Class
com.azure.resourcemanager.apimanagement.models.PublicNetworkAccess
Packages that use PublicNetworkAccess
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of PublicNetworkAccess in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return PublicNetworkAccessModifier and TypeMethodDescriptionApiManagementServiceResourceInner.publicNetworkAccess()Get the publicNetworkAccess property: Whether or not public endpoint access is allowed for this API Management service.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionApiManagementServiceProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this API Management service.ApiManagementServiceResourceInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this API Management service.ApiManagementServiceUpdateProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this API Management service. -
Uses of PublicNetworkAccess in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as PublicNetworkAccessModifier and TypeFieldDescriptionstatic final PublicNetworkAccessPublicNetworkAccess.DISABLEDStatic value Disabled for PublicNetworkAccess.static final PublicNetworkAccessPublicNetworkAccess.ENABLEDStatic value Enabled for PublicNetworkAccess.Methods in com.azure.resourcemanager.apimanagement.models that return PublicNetworkAccessModifier and TypeMethodDescriptionstatic PublicNetworkAccessPublicNetworkAccess.fromString(String name) Creates or finds a PublicNetworkAccess from its string representation.ApiManagementServiceBaseProperties.publicNetworkAccess()Get the publicNetworkAccess property: Whether or not public endpoint access is allowed for this API Management service.ApiManagementServiceResource.publicNetworkAccess()Gets the publicNetworkAccess property: Whether or not public endpoint access is allowed for this API Management service.ApiManagementServiceUpdateParameters.publicNetworkAccess()Get the publicNetworkAccess property: Whether or not public endpoint access is allowed for this API Management service.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type PublicNetworkAccessModifier and TypeMethodDescriptionstatic Collection<PublicNetworkAccess> PublicNetworkAccess.values()Gets known PublicNetworkAccess values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionApiManagementServiceBaseProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this API Management service.ApiManagementServiceResource.DefinitionStages.WithPublicNetworkAccess.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Specifies the publicNetworkAccess property: Whether or not public endpoint access is allowed for this API Management service.ApiManagementServiceResource.UpdateStages.WithPublicNetworkAccess.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Specifies the publicNetworkAccess property: Whether or not public endpoint access is allowed for this API Management service.ApiManagementServiceUpdateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this API Management service.