DevTunnelPortOptions Class
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.
Options for a dev tunnel port.
public sealed class DevTunnelPortOptions
type DevTunnelPortOptions = class
Public NotInheritable Class DevTunnelPortOptions
- Inheritance
-
DevTunnelPortOptions
Constructors
| DevTunnelPortOptions() |
Properties
| AllowAnonymous |
Whether to allow anonymous access to this port. If |
| Description |
A description for this port within the dev tunnel. |
| Labels |
Optional labels to attach to this tunnel port. |
| Protocol |
Protocol type to expose. "http", "https", or "auto". Defaults to match scheme of exposed endpoint. |