Class Capabilities
java.lang.Object
com.azure.resourcemanager.containerinstance.models.Capabilities
The regional capabilities.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the capabilities property: The supported capabilities.gpu()Get the gpu property: The GPU sku that this capability describes.Get the ipAddressType property: The ip address type that this capability describes.location()Get the location property: The resource location.osType()Get the osType property: The OS type that this capability describes.Get the resourceType property: The resource type that this capability describes.voidvalidate()Validates the instance.
-
Constructor Details
-
Capabilities
public Capabilities()
-
-
Method Details
-
resourceType
Get the resourceType property: The resource type that this capability describes.- Returns:
- the resourceType value.
-
osType
Get the osType property: The OS type that this capability describes.- Returns:
- the osType value.
-
location
Get the location property: The resource location.- Returns:
- the location value.
-
ipAddressType
Get the ipAddressType property: The ip address type that this capability describes.- Returns:
- the ipAddressType value.
-
gpu
Get the gpu property: The GPU sku that this capability describes.- Returns:
- the gpu value.
-
capabilities
Get the capabilities property: The supported capabilities.- Returns:
- the capabilities value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-