DesktopVirtualizationAllowRdpShortPathWithPrivateLink 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.
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. |