DevCenterMicrosoftHostedNetworkEnableStatus 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.
Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
public readonly struct DevCenterMicrosoftHostedNetworkEnableStatus : IEquatable<Azure.ResourceManager.DevCenter.Models.DevCenterMicrosoftHostedNetworkEnableStatus>
type DevCenterMicrosoftHostedNetworkEnableStatus = struct
Public Structure DevCenterMicrosoftHostedNetworkEnableStatus
Implements IEquatable(Of DevCenterMicrosoftHostedNetworkEnableStatus)
- Inheritance
-
DevCenterMicrosoftHostedNetworkEnableStatus
- Implements
Constructors
| Name | Description |
|---|---|
| DevCenterMicrosoftHostedNetworkEnableStatus(String) |
Initializes a new instance of DevCenterMicrosoftHostedNetworkEnableStatus. |
Properties
| Name | Description |
|---|---|
| Disabled |
Microsoft Hosted Networks are disabled for this Dev Center. |
| Enabled |
Microsoft Hosted Networks are enabled for this Dev Center. |
Methods
| Name | Description |
|---|---|
| Equals(DevCenterMicrosoftHostedNetworkEnableStatus) |
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(DevCenterMicrosoftHostedNetworkEnableStatus, DevCenterMicrosoftHostedNetworkEnableStatus) |
Determines if two DevCenterMicrosoftHostedNetworkEnableStatus values are the same. |
| Implicit(String to DevCenterMicrosoftHostedNetworkEnableStatus) |
Converts a string to a DevCenterMicrosoftHostedNetworkEnableStatus. |
| Implicit(String to Nullable<DevCenterMicrosoftHostedNetworkEnableStatus>) | |
| Inequality(DevCenterMicrosoftHostedNetworkEnableStatus, DevCenterMicrosoftHostedNetworkEnableStatus) |
Determines if two DevCenterMicrosoftHostedNetworkEnableStatus values are not the same. |