Share via


IDevCenterProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.DevCenterPropertiesTypeConverter))]
public interface IDevCenterProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.DevCenterPropertiesTypeConverter))>]
type IDevCenterProperties = interface
    interface IJsonSerializable
    interface IDevCenterUpdateProperties
Public Interface IDevCenterProperties
Implements IDevCenterUpdateProperties
Derived
Attributes
Implements

Properties

CustomerManagedKeyEncryptionKeyUrl

key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek.

(Inherited from IDevCenterUpdateProperties)
DevBoxProvisioningSettingInstallAzureMonitorAgentEnableStatus

Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.

(Inherited from IDevCenterUpdateProperties)
DevCenterUri

The URI of the Dev Center.

DisplayName

The display name of the devcenter.

(Inherited from IDevCenterUpdateProperties)
KeyEncryptionKeyIdentityDelegatedIdentityClientId (Inherited from IDevCenterUpdateProperties)
KeyEncryptionKeyIdentityType

Values can be systemAssignedIdentity or userAssignedIdentity

(Inherited from IDevCenterUpdateProperties)
KeyEncryptionKeyIdentityUserAssignedIdentityResourceId (Inherited from IDevCenterUpdateProperties)
NetworkSettingMicrosoftHostedNetworkEnableStatus

Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.

(Inherited from IDevCenterUpdateProperties)
PlanId

Resource Id of an associated Plan

(Inherited from IDevCenterUpdateProperties)
ProjectCatalogSettingCatalogItemSyncEnableStatus

Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.

(Inherited from IDevCenterUpdateProperties)
ProvisioningState

The provisioning state of the resource.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to