Uses of Class
com.azure.resourcemanager.storage.models.PublicNetworkAccess
Packages that use PublicNetworkAccess
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of PublicNetworkAccess in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return PublicNetworkAccessModifier and TypeMethodDescriptionStorageAccountInner.publicNetworkAccess()Get the publicNetworkAccess property: Allow or disallow public network access to Storage Account.StorageAccountPropertiesCreateParameters.publicNetworkAccess()Get the publicNetworkAccess property: Allow or disallow public network access to Storage Account.StorageAccountPropertiesInner.publicNetworkAccess()Get the publicNetworkAccess property: Allow or disallow public network access to Storage Account.StorageAccountPropertiesUpdateParameters.publicNetworkAccess()Get the publicNetworkAccess property: Allow or disallow public network access to Storage Account.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionStorageAccountInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Allow or disallow public network access to Storage Account.StorageAccountPropertiesCreateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Allow or disallow public network access to Storage Account.StorageAccountPropertiesInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Allow or disallow public network access to Storage Account.StorageAccountPropertiesUpdateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Allow or disallow public network access to Storage Account. -
Uses of PublicNetworkAccess in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.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.storage.models that return PublicNetworkAccessModifier and TypeMethodDescriptionstatic PublicNetworkAccessPublicNetworkAccess.fromString(String name) Creates or finds a PublicNetworkAccess from its string representation.StorageAccountCreateParameters.publicNetworkAccess()Get the publicNetworkAccess property: Allow or disallow public network access to Storage Account.StorageAccountUpdateParameters.publicNetworkAccess()Get the publicNetworkAccess property: Allow or disallow public network access to Storage Account.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type PublicNetworkAccessModifier and TypeMethodDescriptionstatic Collection<PublicNetworkAccess>PublicNetworkAccess.values()Gets known PublicNetworkAccess values.Methods in com.azure.resourcemanager.storage.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionStorageAccountCreateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Allow or disallow public network access to Storage Account.StorageAccountUpdateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Allow or disallow public network access to Storage Account.