ArmDevCenterModelFactory.DevCenterData Method
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.
public static Azure.ResourceManager.DevCenter.DevCenterData DevCenterData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string displayName = default, Azure.ResourceManager.DevCenter.Models.DevCenterCustomerManagedKeyEncryption customerManagedKeyEncryption = default, Azure.ResourceManager.DevCenter.Models.DevCenterCatalogItemSyncEnableStatus? catalogItemSyncEnableStatus = default, Azure.ResourceManager.DevCenter.Models.DevCenterMicrosoftHostedNetworkEnableStatus? microsoftHostedNetworkEnableStatus = default, Azure.ResourceManager.DevCenter.Models.DevCenterInstallAzureMonitorAgentEnableStatus? devBoxProvisioningInstallAzureMonitorAgentEnableStatus = default, Azure.ResourceManager.DevCenter.Models.DevCenterProvisioningState? provisioningState = default, Uri devCenterUri = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default);
static member DevCenterData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Azure.ResourceManager.DevCenter.Models.DevCenterCustomerManagedKeyEncryption * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterCatalogItemSyncEnableStatus> * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterMicrosoftHostedNetworkEnableStatus> * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterInstallAzureMonitorAgentEnableStatus> * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterProvisioningState> * Uri * Azure.ResourceManager.Models.ManagedServiceIdentity -> Azure.ResourceManager.DevCenter.DevCenterData
Public Shared Function DevCenterData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional displayName As String = Nothing, Optional customerManagedKeyEncryption As DevCenterCustomerManagedKeyEncryption = Nothing, Optional catalogItemSyncEnableStatus As Nullable(Of DevCenterCatalogItemSyncEnableStatus) = Nothing, Optional microsoftHostedNetworkEnableStatus As Nullable(Of DevCenterMicrosoftHostedNetworkEnableStatus) = Nothing, Optional devBoxProvisioningInstallAzureMonitorAgentEnableStatus As Nullable(Of DevCenterInstallAzureMonitorAgentEnableStatus) = Nothing, Optional provisioningState As Nullable(Of DevCenterProvisioningState) = Nothing, Optional devCenterUri As Uri = Nothing, Optional identity As ManagedServiceIdentity = Nothing) As DevCenterData
Parameters
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- String
The name of the resource.
- resourceType
- ResourceType
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- tags
- IDictionary<String,String>
Resource tags.
- location
- AzureLocation
The geo-location where the resource lives.
- displayName
- String
The display name of the devcenter.
- customerManagedKeyEncryption
- DevCenterCustomerManagedKeyEncryption
All Customer-managed key encryption properties for the resource.
- catalogItemSyncEnableStatus
- Nullable<DevCenterCatalogItemSyncEnableStatus>
Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
- microsoftHostedNetworkEnableStatus
- Nullable<DevCenterMicrosoftHostedNetworkEnableStatus>
Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
- devBoxProvisioningInstallAzureMonitorAgentEnableStatus
- Nullable<DevCenterInstallAzureMonitorAgentEnableStatus>
Indicates whether to install the Azure Monitor Agent service on Dev Boxes that belong to this dev center.
- provisioningState
- Nullable<DevCenterProvisioningState>
The provisioning state of the resource.
- devCenterUri
- Uri
The URI of the Dev Center.
- identity
- ManagedServiceIdentity
Managed identity properties.
Returns
A new DevCenterData instance for mocking.