Uses of Class
com.azure.resourcemanager.mariadb.models.PublicNetworkAccessEnum
Package
Description
Package containing the inner data models for MariaDBManagementClient.
Package containing the data models for MariaDBManagementClient.
-
Uses of PublicNetworkAccessEnum in com.azure.resourcemanager.mariadb.fluent.models
Modifier and TypeMethodDescriptionServerInner.publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public network access is allowed for this server.ServerProperties.publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public network access is allowed for this server.ServerUpdateParametersProperties.publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public network access is allowed for this server.Modifier and TypeMethodDescriptionServerInner.withPublicNetworkAccess
(PublicNetworkAccessEnum publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for this server.ServerProperties.withPublicNetworkAccess
(PublicNetworkAccessEnum publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for this server.ServerUpdateParametersProperties.withPublicNetworkAccess
(PublicNetworkAccessEnum publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for this server. -
Uses of PublicNetworkAccessEnum in com.azure.resourcemanager.mariadb.models
Modifier and TypeFieldDescriptionstatic final PublicNetworkAccessEnum
PublicNetworkAccessEnum.DISABLED
Static value Disabled for PublicNetworkAccessEnum.static final PublicNetworkAccessEnum
PublicNetworkAccessEnum.ENABLED
Static value Enabled for PublicNetworkAccessEnum.Modifier and TypeMethodDescriptionstatic PublicNetworkAccessEnum
PublicNetworkAccessEnum.fromString
(String name) Creates or finds a PublicNetworkAccessEnum from its string representation.Server.publicNetworkAccess()
Gets the publicNetworkAccess property: Whether or not public network access is allowed for this server.ServerPropertiesForCreate.publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public network access is allowed for this server.ServerUpdateParameters.publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public network access is allowed for this server.Modifier and TypeMethodDescriptionstatic Collection<PublicNetworkAccessEnum>
PublicNetworkAccessEnum.values()
Gets known PublicNetworkAccessEnum values.Modifier and TypeMethodDescriptionServer.UpdateStages.WithPublicNetworkAccess.withPublicNetworkAccess
(PublicNetworkAccessEnum publicNetworkAccess) Specifies the publicNetworkAccess property: Whether or not public network access is allowed for this server.ServerPropertiesForCreate.withPublicNetworkAccess
(PublicNetworkAccessEnum publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for this server.ServerPropertiesForDefaultCreate.withPublicNetworkAccess
(PublicNetworkAccessEnum publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for this server.ServerPropertiesForGeoRestore.withPublicNetworkAccess
(PublicNetworkAccessEnum publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for this server.ServerPropertiesForReplica.withPublicNetworkAccess
(PublicNetworkAccessEnum publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for this server.ServerPropertiesForRestore.withPublicNetworkAccess
(PublicNetworkAccessEnum publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for this server.ServerUpdateParameters.withPublicNetworkAccess
(PublicNetworkAccessEnum publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for this server.