Share via


StoragePublicNetworkAccess Struct

Definition

Allow or disallow public network access to Storage Account. Value is optional but if passed in, must be 'Enabled' or 'Disabled'.

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.

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