你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

InheritedSettingsForProject Class

Definition

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.

Applies to