通过


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

HostPoolPublicNetworkAccess Struct

Definition

Enabled to allow this resource to be access from the public network.

public readonly struct HostPoolPublicNetworkAccess : IEquatable<Azure.ResourceManager.DesktopVirtualization.Models.HostPoolPublicNetworkAccess>
type HostPoolPublicNetworkAccess = struct
Public Structure HostPoolPublicNetworkAccess
Implements IEquatable(Of HostPoolPublicNetworkAccess)
Inheritance
HostPoolPublicNetworkAccess
Implements

Constructors

Name Description
HostPoolPublicNetworkAccess(String)

Initializes a new instance of HostPoolPublicNetworkAccess.

Properties

Name Description
Disabled

Prevents this resource from being accessed from the public network.

Enabled

Allows this resource to be accessed from the public network.

EnabledForClientsOnly

Allows Clients to be accessed from the public network.

EnabledForSessionHostsOnly

Allows SessionHosts to be accessed from the public network.

Methods

Name Description
Equals(HostPoolPublicNetworkAccess)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(HostPoolPublicNetworkAccess, HostPoolPublicNetworkAccess)

Determines if two HostPoolPublicNetworkAccess values are the same.

Implicit(String to HostPoolPublicNetworkAccess)

Converts a string to a HostPoolPublicNetworkAccess.

Implicit(String to Nullable<HostPoolPublicNetworkAccess>)
Inequality(HostPoolPublicNetworkAccess, HostPoolPublicNetworkAccess)

Determines if two HostPoolPublicNetworkAccess values are not the same.

Applies to