IDevCenterUpdateProperties.DevBoxProvisioningSettingInstallAzureMonitorAgentEnableStatus Property
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.
Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.InstallAzureMonitorAgentEnableStatus) }, ReadOnly=false, Required=false, SerializedName="installAzureMonitorAgentEnableStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.InstallAzureMonitorAgentEnableStatus? DevBoxProvisioningSettingInstallAzureMonitorAgentEnableStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.InstallAzureMonitorAgentEnableStatus) }, ReadOnly=false, Required=false, SerializedName="installAzureMonitorAgentEnableStatus")>]
member this.DevBoxProvisioningSettingInstallAzureMonitorAgentEnableStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.InstallAzureMonitorAgentEnableStatus> with get, set
Public Property DevBoxProvisioningSettingInstallAzureMonitorAgentEnableStatus As Nullable(Of InstallAzureMonitorAgentEnableStatus)
Property Value
- Attributes