Uses of Class
com.azure.resourcemanager.agrifood.models.PublicNetworkAccess
Packages that use PublicNetworkAccess
Package
Description
Package containing the inner data models for AgriFoodManagementClient.
Package containing the data models for AgriFoodManagementClient.
-
Uses of PublicNetworkAccess in com.azure.resourcemanager.agrifood.fluent.models
Methods in com.azure.resourcemanager.agrifood.fluent.models that return PublicNetworkAccessModifier and TypeMethodDescriptionFarmBeatsInner.publicNetworkAccess()Get the publicNetworkAccess property: Property to allow or block public traffic for an Azure FarmBeats resource.FarmBeatsPropertiesInner.publicNetworkAccess()Get the publicNetworkAccess property: Property to allow or block public traffic for an Azure FarmBeats resource.Methods in com.azure.resourcemanager.agrifood.fluent.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionFarmBeatsInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Property to allow or block public traffic for an Azure FarmBeats resource.FarmBeatsPropertiesInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Property to allow or block public traffic for an Azure FarmBeats resource. -
Uses of PublicNetworkAccess in com.azure.resourcemanager.agrifood.models
Fields in com.azure.resourcemanager.agrifood.models declared as PublicNetworkAccessModifier and TypeFieldDescriptionstatic final PublicNetworkAccessPublicNetworkAccess.ENABLEDStatic value Enabled for PublicNetworkAccess.static final PublicNetworkAccessPublicNetworkAccess.HYBRIDStatic value Hybrid for PublicNetworkAccess.Methods in com.azure.resourcemanager.agrifood.models that return PublicNetworkAccessModifier and TypeMethodDescriptionstatic PublicNetworkAccessPublicNetworkAccess.fromString(String name) Creates or finds a PublicNetworkAccess from its string representation.FarmBeats.publicNetworkAccess()Gets the publicNetworkAccess property: Property to allow or block public traffic for an Azure FarmBeats resource.FarmBeatsProperties.publicNetworkAccess()Gets the publicNetworkAccess property: Property to allow or block public traffic for an Azure FarmBeats resource.FarmBeatsUpdateProperties.publicNetworkAccess()Get the publicNetworkAccess property: Property to allow or block public traffic for an Azure FarmBeats resource.Methods in com.azure.resourcemanager.agrifood.models that return types with arguments of type PublicNetworkAccessModifier and TypeMethodDescriptionstatic Collection<PublicNetworkAccess> PublicNetworkAccess.values()Gets known PublicNetworkAccess values.Methods in com.azure.resourcemanager.agrifood.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionFarmBeats.DefinitionStages.WithPublicNetworkAccess.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Specifies the publicNetworkAccess property: Property to allow or block public traffic for an Azure FarmBeats resource..FarmBeatsUpdateProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Property to allow or block public traffic for an Azure FarmBeats resource.