ProjectNetworkSettings 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 project.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ProjectNetworkSettingsTypeConverter))]
public class ProjectNetworkSettings : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IProjectNetworkSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ProjectNetworkSettingsTypeConverter))>]
type ProjectNetworkSettings = class
interface IProjectNetworkSettings
interface IJsonSerializable
Public Class ProjectNetworkSettings
Implements IProjectNetworkSettings
- Inheritance
-
ProjectNetworkSettings
- Attributes
- Implements
Constructors
ProjectNetworkSettings() |
Creates an new ProjectNetworkSettings 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 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.Api20240501Preview.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. |