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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET