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