DevCenterNetworkSettings 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.
Network settings for the Dev Center.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.DevCenterNetworkSettingsTypeConverter))]
public class DevCenterNetworkSettings : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterNetworkSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.DevCenterNetworkSettingsTypeConverter))>]
type DevCenterNetworkSettings = class
interface IDevCenterNetworkSettings
interface IJsonSerializable
Public Class DevCenterNetworkSettings
Implements IDevCenterNetworkSettings
- Inheritance
-
DevCenterNetworkSettings
- Attributes
- Implements
Constructors
DevCenterNetworkSettings() |
Creates an new DevCenterNetworkSettings instance. |
Properties
MicrosoftHostedNetworkEnableStatus |
Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DevCenterNetworkSettings. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DevCenterNetworkSettings. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterNetworkSettings. |
FromJsonString(String) |
Creates a new instance of DevCenterNetworkSettings, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DevCenterNetworkSettings into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |