你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HostpoolPublicNetworkAccess Struct

Definition

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

Applies to