HostpoolPublicNetworkAccess 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.
Enabled allows this resource to be accessed from both public and private networks, Disabled allows this resource to only be accessed via private endpoints
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostpoolPublicNetworkAccessTypeConverter))]
public struct HostpoolPublicNetworkAccess : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostpoolPublicNetworkAccess>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostpoolPublicNetworkAccessTypeConverter))>]
type HostpoolPublicNetworkAccess = struct
interface IArgumentCompleter
Public Structure HostpoolPublicNetworkAccess
Implements IArgumentCompleter, IEquatable(Of HostpoolPublicNetworkAccess)
- Inheritance
-
HostpoolPublicNetworkAccess
- Attributes
- Implements
Fields
Disabled | |
Enabled | |
EnabledForClientsOnly | |
EnabledForSessionHostsOnly |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(HostpoolPublicNetworkAccess) |
Compares values of enum type HostpoolPublicNetworkAccess |
Equals(Object) |
Compares values of enum type HostpoolPublicNetworkAccess (override for Object) |
GetHashCode() |
Returns hashCode for enum HostpoolPublicNetworkAccess |
ToString() |
Returns string representation for HostpoolPublicNetworkAccess |
Operators
Equality(HostpoolPublicNetworkAccess, HostpoolPublicNetworkAccess) |
Overriding == operator for enum HostpoolPublicNetworkAccess |
Implicit(HostpoolPublicNetworkAccess to String) |
Implicit operator to convert HostpoolPublicNetworkAccess to string |
Implicit(String to HostpoolPublicNetworkAccess) |
Implicit operator to convert string to HostpoolPublicNetworkAccess |
Inequality(HostpoolPublicNetworkAccess, HostpoolPublicNetworkAccess) |
Overriding != operator for enum HostpoolPublicNetworkAccess |