StoragePublicNetworkAccess Struct
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 readonly struct StoragePublicNetworkAccess : IEquatable<Azure.ResourceManager.Storage.Models.StoragePublicNetworkAccess>
type StoragePublicNetworkAccess = struct
Public Structure StoragePublicNetworkAccess
Implements IEquatable(Of StoragePublicNetworkAccess)
- Inheritance
-
StoragePublicNetworkAccess
- Implements
Constructors
StoragePublicNetworkAccess(String) |
Initializes a new instance of StoragePublicNetworkAccess. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
SecuredByPerimeter |
SecuredByPerimeter. |
Methods
Equals(StoragePublicNetworkAccess) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(StoragePublicNetworkAccess, StoragePublicNetworkAccess) |
Determines if two StoragePublicNetworkAccess values are the same. |
Implicit(String to StoragePublicNetworkAccess) |
Converts a string to a StoragePublicNetworkAccess. |
Inequality(StoragePublicNetworkAccess, StoragePublicNetworkAccess) |
Determines if two StoragePublicNetworkAccess values are not the same. |
Applies to
Azure SDK for .NET