ProvisioningServiceDescriptionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. deviceprovisioningservices. fluent. models. ProvisioningServiceDescriptionInner
- com.
- com.
- com.
public final class ProvisioningServiceDescriptionInner
extends Resource
The description of the provisioning service.
Constructor Summary
Constructor | Description | |
---|---|---|
ProvisioningServiceDescriptionInner() |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
etag()
Get the etag property: The Etag field is *not* required. |
Iot |
properties()
Get the properties property: Service specific properties for a provisioning service. |
Iot |
sku()
Get the sku property: Sku info for a provisioning Service. |
void |
validate()
Validates the instance. |
Provisioning |
withEtag(String etag)
Set the etag property: The Etag field is *not* required. |
Provisioning |
withLocation(String location) |
Provisioning |
withProperties(IotDpsPropertiesDescription properties)
Set the properties property: Service specific properties for a provisioning service. |
Provisioning |
withSku(IotDpsSkuInfo sku)
Set the sku property: Sku info for a provisioning Service. |
Provisioning |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
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:
properties
public IotDpsPropertiesDescription properties()
Get the properties property: Service specific properties for a provisioning service.
Returns:
sku
public IotDpsSkuInfo sku()
Get the sku property: Sku info for a provisioning Service.
Returns:
validate
public void validate()
Validates the instance.
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:
Returns:
withLocation
public ProvisioningServiceDescriptionInner withLocation(String location)
Overrides:
ProvisioningServiceDescriptionInner.withLocation(String location)Parameters:
withProperties
public ProvisioningServiceDescriptionInner withProperties(IotDpsPropertiesDescription properties)
Set the properties property: Service specific properties for a provisioning service.
Parameters:
Returns:
withSku
public ProvisioningServiceDescriptionInner withSku(IotDpsSkuInfo sku)
Set the sku property: Sku info for a provisioning Service.
Parameters:
Returns:
withTags
public ProvisioningServiceDescriptionInner withTags(Map
Overrides:
ProvisioningServiceDescriptionInner.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java