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
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 Java