InheritedSettingsForProject 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.
Applicable inherited settings for a project.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.InheritedSettingsForProjectTypeConverter))]
public class InheritedSettingsForProject : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IInheritedSettingsForProject
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.InheritedSettingsForProjectTypeConverter))>]
type InheritedSettingsForProject = class
interface IInheritedSettingsForProject
interface IJsonSerializable
Public Class InheritedSettingsForProject
Implements IInheritedSettingsForProject
- Inheritance
-
InheritedSettingsForProject
- Attributes
- Implements
Constructors
InheritedSettingsForProject() |
Creates an new InheritedSettingsForProject instance. |
Properties
NetworkSettingMicrosoftHostedNetworkEnableStatus |
Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set. |
ProjectCatalogSettingCatalogItemSyncEnableStatus |
Whether project catalogs associated with projects in this dev center can be configured to sync catalog items. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of InheritedSettingsForProject. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of InheritedSettingsForProject. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IInheritedSettingsForProject. |
FromJsonString(String) |
Creates a new instance of InheritedSettingsForProject, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of InheritedSettingsForProject into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |