ArmDevCenterModelFactory.DevCenterUsage 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 DevCenterUsage.
public static Azure.ResourceManager.DevCenter.Models.DevCenterUsage DevCenterUsage(long? currentValue = default, long? limit = default, Azure.ResourceManager.DevCenter.Models.DevCenterUsageUnit? unit = default, Azure.ResourceManager.DevCenter.Models.DevCenterUsageName name = default);
static member DevCenterUsage : Nullable<int64> * Nullable<int64> * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterUsageUnit> * Azure.ResourceManager.DevCenter.Models.DevCenterUsageName -> Azure.ResourceManager.DevCenter.Models.DevCenterUsage
Public Shared Function DevCenterUsage (Optional currentValue As Nullable(Of Long) = Nothing, Optional limit As Nullable(Of Long) = Nothing, Optional unit As Nullable(Of DevCenterUsageUnit) = Nothing, Optional name As DevCenterUsageName = Nothing) As DevCenterUsage
Parameters
- unit
- Nullable<DevCenterUsageUnit>
The unit details.
- name
- DevCenterUsageName
The name.
Returns
A new DevCenterUsage instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET