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