Interface IotHubSkuDescription


  • public interface IotHubSkuDescription
    An immutable client-side representation of IotHubSkuDescription.
    • Method Detail

      • resourceType

        String resourceType()
        Gets the resourceType property: The type of the resource.
        Returns:
        the resourceType value.
      • sku

        IotHubSkuInfo sku()
        Gets the sku property: The type of the resource.
        Returns:
        the sku value.
      • capacity

        IotHubCapacity capacity()
        Gets the capacity property: IotHub capacity.
        Returns:
        the capacity value.
      • innerModel

        IotHubSkuDescriptionInner innerModel()
        Gets the inner com.azure.resourcemanager.iothub.fluent.models.IotHubSkuDescriptionInner object.
        Returns:
        the inner object.