Class Capabilities
java.lang.Object
com.microsoft.azure.management.containerinstance.Capabilities
The regional capabilities.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the supported capabilities.gpu()
Get the GPU sku that this capability describes.Get the ip address type that this capability describes.location()
Get the resource location.osType()
Get the OS type that this capability describes.Get the resource type that this capability describes.
-
Constructor Details
-
Capabilities
public Capabilities()
-
-
Method Details
-
resourceType
Get the resource type that this capability describes.- Returns:
- the resourceType value
-
osType
Get the OS type that this capability describes.- Returns:
- the osType value
-
location
Get the resource location.- Returns:
- the location value
-
ipAddressType
Get the ip address type that this capability describes.- Returns:
- the ipAddressType value
-
gpu
Get the GPU sku that this capability describes.- Returns:
- the gpu value
-
capabilities
Get the supported capabilities.- Returns:
- the capabilities value
-