Uses of Class
com.azure.resourcemanager.elasticsan.models.PublicNetworkAccess
Packages that use PublicNetworkAccess
Package
Description
Package containing the inner data models for ElasticSanManagement.
Package containing the data models for ElasticSanManagement.
-
Uses of PublicNetworkAccess in com.azure.resourcemanager.elasticsan.fluent.models
Methods in com.azure.resourcemanager.elasticsan.fluent.models that return PublicNetworkAccessModifier and TypeMethodDescriptionElasticSanInner.publicNetworkAccess()
Get the publicNetworkAccess property: Allow or disallow public network access to ElasticSan.ElasticSanProperties.publicNetworkAccess()
Get the publicNetworkAccess property: Allow or disallow public network access to ElasticSan.ElasticSanUpdateProperties.publicNetworkAccess()
Get the publicNetworkAccess property: Allow or disallow public network access to ElasticSan Account.Methods in com.azure.resourcemanager.elasticsan.fluent.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionElasticSanInner.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Allow or disallow public network access to ElasticSan.ElasticSanProperties.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Allow or disallow public network access to ElasticSan.ElasticSanUpdateProperties.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Allow or disallow public network access to ElasticSan Account. -
Uses of PublicNetworkAccess in com.azure.resourcemanager.elasticsan.models
Fields in com.azure.resourcemanager.elasticsan.models declared as PublicNetworkAccessModifier and TypeFieldDescriptionstatic final PublicNetworkAccess
PublicNetworkAccess.DISABLED
Static value Disabled for PublicNetworkAccess.static final PublicNetworkAccess
PublicNetworkAccess.ENABLED
Static value Enabled for PublicNetworkAccess.Methods in com.azure.resourcemanager.elasticsan.models that return PublicNetworkAccessModifier and TypeMethodDescriptionstatic PublicNetworkAccess
PublicNetworkAccess.fromString
(String name) Creates or finds a PublicNetworkAccess from its string representation.ElasticSan.publicNetworkAccess()
Gets the publicNetworkAccess property: Allow or disallow public network access to ElasticSan.ElasticSanUpdate.publicNetworkAccess()
Get the publicNetworkAccess property: Allow or disallow public network access to ElasticSan Account.Methods in com.azure.resourcemanager.elasticsan.models that return types with arguments of type PublicNetworkAccessModifier and TypeMethodDescriptionstatic Collection
<PublicNetworkAccess> PublicNetworkAccess.values()
Gets known PublicNetworkAccess values.Methods in com.azure.resourcemanager.elasticsan.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionElasticSan.DefinitionStages.WithPublicNetworkAccess.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Specifies the publicNetworkAccess property: Allow or disallow public network access to ElasticSan.ElasticSan.UpdateStages.WithPublicNetworkAccess.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Specifies the publicNetworkAccess property: Allow or disallow public network access to ElasticSan Account.ElasticSanUpdate.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Allow or disallow public network access to ElasticSan Account.