Class ProvisioningServiceDescriptionInner


  • public final class ProvisioningServiceDescriptionInner
    extends com.azure.core.management.Resource
    The description of the provisioning service.
    • Constructor Detail

      • ProvisioningServiceDescriptionInner

        public ProvisioningServiceDescriptionInner()
    • Method Detail

      • etag

        public String etag()
        Get the etag property: The Etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention.
        Returns:
        the etag value.
      • withEtag

        public ProvisioningServiceDescriptionInner withEtag​(String etag)
        Set the etag property: The Etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention.
        Parameters:
        etag - the etag value to set.
        Returns:
        the ProvisioningServiceDescriptionInner object itself.
      • properties

        public IotDpsPropertiesDescription properties()
        Get the properties property: Service specific properties for a provisioning service.
        Returns:
        the properties value.
      • withProperties

        public ProvisioningServiceDescriptionInner withProperties​(IotDpsPropertiesDescription properties)
        Set the properties property: Service specific properties for a provisioning service.
        Parameters:
        properties - the properties value to set.
        Returns:
        the ProvisioningServiceDescriptionInner object itself.
      • sku

        public IotDpsSkuInfo sku()
        Get the sku property: Sku info for a provisioning Service.
        Returns:
        the sku value.
      • withSku

        public ProvisioningServiceDescriptionInner withSku​(IotDpsSkuInfo sku)
        Set the sku property: Sku info for a provisioning Service.
        Parameters:
        sku - the sku value to set.
        Returns:
        the ProvisioningServiceDescriptionInner object itself.
      • systemData

        public com.azure.core.management.SystemData systemData()
        Get the systemData property: Metadata pertaining to creation and last modification of the resource.
        Returns:
        the systemData value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.