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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionetag()
Get the etag property: The Etag field is *not* required.Get the properties property: Service specific properties for a provisioning service.sku()
Get the sku property: Sku info for a provisioning Service.com.azure.core.management.SystemData
Get the systemData property: Metadata pertaining to creation and last modification of the resource.void
validate()
Validates the instance.Set the etag property: The Etag field is *not* required.withLocation
(String location) withProperties
(IotDpsPropertiesDescription properties) Set the properties property: Service specific properties for a provisioning service.withSku
(IotDpsSkuInfo sku) Set the sku property: Sku info for a provisioning Service.Methods inherited from class com.azure.core.management.Resource
location, tags
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
ProvisioningServiceDescriptionInner
public ProvisioningServiceDescriptionInner()
-
-
Method Details
-
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
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
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
- Overrides:
withLocation
in classcom.azure.core.management.Resource
-
withTags
- Overrides:
withTags
in classcom.azure.core.management.Resource
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-