StorageAccountPatch.PublicNetworkAccess Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allow, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account. Value is optional but if passed in, must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'.
public Azure.ResourceManager.Storage.Models.StoragePublicNetworkAccess? PublicNetworkAccess { get; set; }
member this.PublicNetworkAccess : Nullable<Azure.ResourceManager.Storage.Models.StoragePublicNetworkAccess> with get, set
Public Property PublicNetworkAccess As Nullable(Of StoragePublicNetworkAccess)