ArmPurviewModelFactory.PurviewUsage 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 PurviewUsage.
public static Azure.ResourceManager.Purview.Models.PurviewUsage PurviewUsage (int? currentValue = default, string id = default, int? limit = default, Azure.ResourceManager.Purview.Models.PurviewUsageName name = default, string unit = default);
static member PurviewUsage : Nullable<int> * string * Nullable<int> * Azure.ResourceManager.Purview.Models.PurviewUsageName * string -> Azure.ResourceManager.Purview.Models.PurviewUsage
Public Shared Function PurviewUsage (Optional currentValue As Nullable(Of Integer) = Nothing, Optional id As String = Nothing, Optional limit As Nullable(Of Integer) = Nothing, Optional name As PurviewUsageName = Nothing, Optional unit As String = Nothing) As PurviewUsage
Parameters
- id
- String
Fully qualified resource Id.
- name
- PurviewUsageName
Quota name.
- unit
- String
Quota usage unit.
Returns
A new PurviewUsage 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