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