Uses of Class
com.azure.resourcemanager.storage.models.PublicNetworkAccess
-
Packages that use PublicNetworkAccess Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models 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 PublicNetworkAccess Modifier and Type Method Description PublicNetworkAccessStorageAccountInner. publicNetworkAccess()Get the publicNetworkAccess property: Allow or disallow public network access to Storage Account.PublicNetworkAccessStorageAccountPropertiesCreateParameters. publicNetworkAccess()Get the publicNetworkAccess property: Allow or disallow public network access to Storage Account.PublicNetworkAccessStorageAccountPropertiesInner. publicNetworkAccess()Get the publicNetworkAccess property: Allow or disallow public network access to Storage Account.PublicNetworkAccessStorageAccountPropertiesUpdateParameters. 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 PublicNetworkAccess Modifier and Type Method Description StorageAccountInnerStorageAccountInner. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Allow or disallow public network access to Storage Account.StorageAccountPropertiesCreateParametersStorageAccountPropertiesCreateParameters. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Allow or disallow public network access to Storage Account.StorageAccountPropertiesInnerStorageAccountPropertiesInner. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Allow or disallow public network access to Storage Account.StorageAccountPropertiesUpdateParametersStorageAccountPropertiesUpdateParameters. 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 PublicNetworkAccess Modifier and Type Field Description static PublicNetworkAccessPublicNetworkAccess. DISABLEDStatic value Disabled for PublicNetworkAccess.static PublicNetworkAccessPublicNetworkAccess. ENABLEDStatic value Enabled for PublicNetworkAccess.Methods in com.azure.resourcemanager.storage.models that return PublicNetworkAccess Modifier and Type Method Description static PublicNetworkAccessPublicNetworkAccess. fromString(String name)Creates or finds a PublicNetworkAccess from its string representation.PublicNetworkAccessStorageAccountCreateParameters. publicNetworkAccess()Get the publicNetworkAccess property: Allow or disallow public network access to Storage Account.PublicNetworkAccessStorageAccountUpdateParameters. 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 PublicNetworkAccess Modifier and Type Method Description static Collection<PublicNetworkAccess>PublicNetworkAccess. values()Methods in com.azure.resourcemanager.storage.models with parameters of type PublicNetworkAccess Modifier and Type Method Description StorageAccountCreateParametersStorageAccountCreateParameters. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Allow or disallow public network access to Storage Account.StorageAccountUpdateParametersStorageAccountUpdateParameters. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Allow or disallow public network access to Storage Account.
-