Partilhar via


DesktopVirtualizationAllowRdpShortPathWithPrivateLink Struct

Definition

Controls if the use of RDPShortPath transport is allowed, possibly bypassing Private Link routes.

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

Constructors

Name Description
DesktopVirtualizationAllowRdpShortPathWithPrivateLink(String)

Initializes a new instance of DesktopVirtualizationAllowRdpShortPathWithPrivateLink.

Properties

Name Description
Disabled

Blocks the use of RDPShortPath if the hostpool PublicNetworkAccess setting is configured to require private link.

Enabled

Allows the use of RDPShortPath even if the hostpool PublicNetworkAccess is configured to require the use of private link.

Methods

Name Description
Equals(DesktopVirtualizationAllowRdpShortPathWithPrivateLink)

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(DesktopVirtualizationAllowRdpShortPathWithPrivateLink, DesktopVirtualizationAllowRdpShortPathWithPrivateLink)

Determines if two DesktopVirtualizationAllowRdpShortPathWithPrivateLink values are the same.

Implicit(String to DesktopVirtualizationAllowRdpShortPathWithPrivateLink)

Converts a string to a DesktopVirtualizationAllowRdpShortPathWithPrivateLink.

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

Determines if two DesktopVirtualizationAllowRdpShortPathWithPrivateLink values are not the same.

Applies to