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, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account.StorageAccountPropertiesCreateParameters.publicNetworkAccess()Get the publicNetworkAccess property: Allow, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account.StorageAccountPropertiesInner.publicNetworkAccess()Get the publicNetworkAccess property: Allow, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account.StorageAccountPropertiesUpdateParameters.publicNetworkAccess()Get the publicNetworkAccess property: Allow, disallow, or let Network Security Perimeter configuration to evaluate 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, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account.StorageAccountPropertiesCreateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Allow, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account.StorageAccountPropertiesInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Allow, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account.StorageAccountPropertiesUpdateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Allow, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account. -
Uses of PublicNetworkAccess in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type PublicNetworkAccess in com.azure.resourcemanager.storage.modelsModifier and TypeClassDescriptionfinal classAllow, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account.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.static final PublicNetworkAccessPublicNetworkAccess.SECURED_BY_PERIMETERStatic value SecuredByPerimeter 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.StorageAccount.publicNetworkAccess()Whether the storage account can be accessed from public network.StorageAccountCreateParameters.publicNetworkAccess()Get the publicNetworkAccess property: Allow, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account.StorageAccountUpdateParameters.publicNetworkAccess()Get the publicNetworkAccess property: Allow, disallow, or let Network Security Perimeter configuration to evaluate 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, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account.StorageAccountUpdateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Allow, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account.