Class ProvisioningServiceDescriptionInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.deviceprovisioningservices.fluent.models.ProvisioningServiceDescriptionInner

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

    • ProvisioningServiceDescriptionInner

      public ProvisioningServiceDescriptionInner()
  • Method Details

    • 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

      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

      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

      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.
    • withLocation

      public ProvisioningServiceDescriptionInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      Overrides:
      withTags in class com.azure.core.management.Resource
    • validate

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