Interface CurrentQuotaLimitBase.DefinitionStages.WithProperties
-
- All Known Subinterfaces:
CurrentQuotaLimitBase.Definition
,CurrentQuotaLimitBase.DefinitionStages.WithCreate
- Enclosing interface:
- CurrentQuotaLimitBase.DefinitionStages
public static interface CurrentQuotaLimitBase.DefinitionStages.WithProperties
The stage of the CurrentQuotaLimitBase definition allowing to specify properties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CurrentQuotaLimitBase.DefinitionStages.WithCreate
withProperties(QuotaProperties properties)
Specifies the properties property: Quota properties for the specified resource, based on the API called, Quotas or Usages..
-
-
-
Method Detail
-
withProperties
CurrentQuotaLimitBase.DefinitionStages.WithCreate withProperties(QuotaProperties properties)
Specifies the properties property: Quota properties for the specified resource, based on the API called, Quotas or Usages..- Parameters:
properties
- Quota properties for the specified resource, based on the API called, Quotas or Usages.- Returns:
- the next definition stage.
-
-