Interface VMSkuListResult
public interface VMSkuListResult
An immutable client-side representation of VMSkuListResult.
-
Method Summary
Modifier and TypeMethodDescriptionid()
Gets the id property: Resource Id.Gets the inner com.azure.resourcemanager.hybridcontainerservice.fluent.models.VMSkuListResultInner object.name()
Gets the name property: Resource Name.type()
Gets the type property: Resource Type.vmSKUs()
Gets the vmSKUs property: Supported VM SKUs.
-
Method Details
-
vmSKUs
Gets the vmSKUs property: Supported VM SKUs.- Returns:
- the vmSKUs value.
-
id
String id()Gets the id property: Resource Id.- Returns:
- the id value.
-
name
String name()Gets the name property: Resource Name.- Returns:
- the name value.
-
type
String type()Gets the type property: Resource Type.- Returns:
- the type value.
-
innerModel
VMSkuListResultInner innerModel()Gets the inner com.azure.resourcemanager.hybridcontainerservice.fluent.models.VMSkuListResultInner object.- Returns:
- the inner object.
-