PublicNetworkAccess 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.
Defines values for PublicNetworkAccess.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.PublicNetworkAccessConverter))]
public struct PublicNetworkAccess : IEquatable<Microsoft.Azure.Management.Media.Models.PublicNetworkAccess>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.PublicNetworkAccessConverter))>]
type PublicNetworkAccess = struct
Public Structure PublicNetworkAccess
Implements IEquatable(Of PublicNetworkAccess)
- Inheritance
-
PublicNetworkAccess
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Disabled |
Public network access is disabled. |
Enabled |
Public network access is enabled. |
Methods
Equals(Object) |
Overrides Equals operator for PublicNetworkAccess |
Equals(PublicNetworkAccess) |
Compares enums of type PublicNetworkAccess |
GetHashCode() |
Returns for hashCode PublicNetworkAccess |
ToString() |
Returns string representation for PublicNetworkAccess |
Operators
Equality(PublicNetworkAccess, PublicNetworkAccess) |
Overriding == operator for enum PublicNetworkAccess |
Implicit(PublicNetworkAccess to String) |
Implicit operator to convert PublicNetworkAccess to string |
Implicit(String to PublicNetworkAccess) |
Implicit operator to convert string to PublicNetworkAccess |
Inequality(PublicNetworkAccess, PublicNetworkAccess) |
Overriding != operator for enum PublicNetworkAccess |
Applies to
Azure SDK for .NET