Freigeben über


DevCenterNetworkSettings Class

Definition

Network settings for the Dev Center.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.DevCenterNetworkSettingsTypeConverter))]
public class DevCenterNetworkSettings : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IDevCenterNetworkSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.DevCenterNetworkSettingsTypeConverter))>]
type DevCenterNetworkSettings = class
    interface IDevCenterNetworkSettings
    interface IJsonSerializable
Public Class DevCenterNetworkSettings
Implements IDevCenterNetworkSettings
Inheritance
DevCenterNetworkSettings
Attributes
Implements

Constructors

Name Description
DevCenterNetworkSettings()

Creates an new DevCenterNetworkSettings instance.

Properties

Name Description
MicrosoftHostedNetworkEnableStatus

Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.

Methods

Name Description
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.Api20250401Preview.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.

Applies to