PublicNetworkAccessType 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.
Enum to determine whether PublicNetworkAccess is Enabled or Disabled.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.PublicNetworkAccessTypeTypeConverter))]
public struct PublicNetworkAccessType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.PublicNetworkAccessType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.PublicNetworkAccessTypeTypeConverter))>]
type PublicNetworkAccessType = struct
interface IArgumentCompleter
Public Structure PublicNetworkAccessType
Implements IArgumentCompleter, IEquatable(Of PublicNetworkAccessType)
- Inheritance
-
PublicNetworkAccessType
- Attributes
- Implements
Fields
Disabled | |
Enabled |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type PublicNetworkAccessType (override for Object) |
Equals(PublicNetworkAccessType) |
Compares values of enum type PublicNetworkAccessType |
GetHashCode() |
Returns hashCode for enum PublicNetworkAccessType |
ToString() |
Returns string representation for PublicNetworkAccessType |
Operators
Equality(PublicNetworkAccessType, PublicNetworkAccessType) |
Overriding == operator for enum PublicNetworkAccessType |
Implicit(PublicNetworkAccessType to String) |
Implicit operator to convert PublicNetworkAccessType to string |
Implicit(String to PublicNetworkAccessType) |
Implicit operator to convert string to PublicNetworkAccessType |
Inequality(PublicNetworkAccessType, PublicNetworkAccessType) |
Overriding != operator for enum PublicNetworkAccessType |