ProvisioningServiceDescription Interface
public interface ProvisioningServiceDescription
An immutable client-side representation of ProvisioningServiceDescription.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
etag()
Gets the etag property: The Etag field is *not* required. |
abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
abstract
Provisioning |
innerModel()
Gets the inner com. |
abstract
Paged |
listKeys()
List the primary and secondary keys for a provisioning service. |
abstract
Paged |
listKeys(Context context)
List the primary and secondary keys for a provisioning service. |
abstract String |
location()
Gets the location property: The geo-location where the resource lives. |
abstract String |
name()
Gets the name property: The name of the resource. |
abstract
Iot |
properties()
Gets the properties property: Service specific properties for a provisioning service. |
abstract
Provisioning |
refresh()
Refreshes the resource to sync with Azure. |
abstract
Provisioning |
refresh(Context context)
Refreshes the resource to sync with Azure. |
abstract Region |
region()
Gets the region of the resource. |
abstract String |
regionName()
Gets the name of the resource region. |
abstract
Iot |
sku()
Gets the sku property: Sku info for a provisioning Service. |
abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
abstract String |
type()
Gets the type property: The type of the resource. |
abstract Update |
update()
Begins update for the Provisioning |
Method Details
etag
public abstract String etag()
Gets 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:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract ProvisioningServiceDescriptionInner innerModel()
Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.ProvisioningServiceDescriptionInner object.
Returns:
listKeys
public abstract PagedIterable
List the primary and secondary keys for a provisioning service.
Returns:
listKeys
public abstract PagedIterable
List the primary and secondary keys for a provisioning service.
Parameters:
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
properties
public abstract IotDpsPropertiesDescription properties()
Gets the properties property: Service specific properties for a provisioning service.
Returns:
refresh
public abstract ProvisioningServiceDescription refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract ProvisioningServiceDescription refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
sku
public abstract IotDpsSkuInfo sku()
Gets the sku property: Sku info for a provisioning Service.
Returns:
tags
public abstract Map
Gets the tags property: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract ProvisioningServiceDescription.Update update()
Begins update for the ProvisioningServiceDescription resource.
Returns:
Applies to
Azure SDK for Java