ArmDevCenterModelFactory.DevCenterProjectData 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.
Initializes a new instance of DevCenterProjectData.
public static Azure.ResourceManager.DevCenter.DevCenterProjectData DevCenterProjectData (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, Azure.Core.ResourceIdentifier devCenterId = default, string description = default, int? maxDevBoxesPerUser = default, Azure.ResourceManager.DevCenter.Models.DevCenterProvisioningState? provisioningState = default, Uri devCenterUri = default);
static member DevCenterProjectData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.Core.ResourceIdentifier * string * Nullable<int> * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterProvisioningState> * Uri -> Azure.ResourceManager.DevCenter.DevCenterProjectData
Public Shared Function DevCenterProjectData (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 devCenterId As ResourceIdentifier = Nothing, Optional description As String = Nothing, Optional maxDevBoxesPerUser As Nullable(Of Integer) = Nothing, Optional provisioningState As Nullable(Of DevCenterProvisioningState) = Nothing, Optional devCenterUri As Uri = Nothing) As DevCenterProjectData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- devCenterId
- ResourceIdentifier
Resource Id of an associated DevCenter.
- description
- String
Description of the project.
When specified, limits the maximum number of Dev Boxes a single user can create across all pools in the project. This will have no effect on existing Dev Boxes when reduced.
- provisioningState
- Nullable<DevCenterProvisioningState>
The provisioning state of the resource.
- devCenterUri
- Uri
The URI of the Dev Center resource this project is associated with.
Returns
A new DevCenterProjectData instance for mocking.
Applies to
Azure SDK for .NET