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.
public readonly struct HostPoolPublicNetworkAccess : IEquatable<Azure.ResourceManager.DesktopVirtualization.Models.HostPoolPublicNetworkAccess>
type HostPoolPublicNetworkAccess = struct
Public Structure HostPoolPublicNetworkAccess
Implements IEquatable(Of HostPoolPublicNetworkAccess)
- Inheritance
-
HostPoolPublicNetworkAccess
- Implements
Constructors
HostPoolPublicNetworkAccess(String) |
Initializes a new instance of HostPoolPublicNetworkAccess. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
EnabledForClientsOnly |
EnabledForClientsOnly. |
EnabledForSessionHostsOnly |
EnabledForSessionHostsOnly. |
Methods
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
Equality(HostPoolPublicNetworkAccess, HostPoolPublicNetworkAccess) |
Determines if two HostPoolPublicNetworkAccess values are the same. |
Implicit(String to HostPoolPublicNetworkAccess) |
Converts a string to a HostPoolPublicNetworkAccess. |
Inequality(HostPoolPublicNetworkAccess, HostPoolPublicNetworkAccess) |
Determines if two HostPoolPublicNetworkAccess values are not the same. |
Applies to
Azure SDK for .NET