ResourceSkuRestrictions Class
- java.
lang. Object - com.
microsoft. azure. management. compute. ResourceSkuRestrictions
- com.
public class ResourceSkuRestrictions
Describes scaling information of a SKU.
Method Summary
Modifier and Type | Method and Description |
---|---|
Resource |
reasonCode()
Get the reasonCode value. |
Resource |
type()
Get the type value. |
List<String> |
values()
Get the values value. |
Method Details
reasonCode
public ResourceSkuRestrictionsReasonCode reasonCode()
Get the reasonCode value.
Returns:
the reasonCode value
type
public ResourceSkuRestrictionsType type()
Get the type value.
Returns:
the type value
values
public List
Get the values value.
Returns:
the values value
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java