Freigeben über


ProjectNetworkSettings Class

Definition

Network settings for the project.

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

Constructors

Name Description
ProjectNetworkSettings()

Creates an new ProjectNetworkSettings 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 ProjectNetworkSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProjectNetworkSettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectNetworkSettings.

FromJsonString(String)

Creates a new instance of ProjectNetworkSettings, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProjectNetworkSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to