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