IotHubDefinitionDescription Class

  • java.lang.Object
    • com.azure.resourcemanager.deviceprovisioningservices.models.IotHubDefinitionDescription

public final class IotHubDefinitionDescription

Description of the IoT hub.

Constructor Summary

Constructor Description
IotHubDefinitionDescription()

Method Summary

Modifier and Type Method and Description
Integer allocationWeight()

Get the allocationWeight property: weight to apply for a given iot h.

Boolean applyAllocationPolicy()

Get the applyAllocationPolicy property: flag for applying allocationPolicy or not for a given iot hub.

String connectionString()

Get the connectionString property: Connection string of the IoT hub.

String location()

Get the location property: ARM region of the IoT hub.

String name()

Get the name property: Host name of the IoT hub.

void validate()

Validates the instance.

IotHubDefinitionDescription withAllocationWeight(Integer allocationWeight)

Set the allocationWeight property: weight to apply for a given iot h.

IotHubDefinitionDescription withApplyAllocationPolicy(Boolean applyAllocationPolicy)

Set the applyAllocationPolicy property: flag for applying allocationPolicy or not for a given iot hub.

IotHubDefinitionDescription withConnectionString(String connectionString)

Set the connectionString property: Connection string of the IoT hub.

IotHubDefinitionDescription withLocation(String location)

Set the location property: ARM region of the IoT hub.

Methods inherited from java.lang.Object

Constructor Details

IotHubDefinitionDescription

public IotHubDefinitionDescription()

Method Details

allocationWeight

public Integer allocationWeight()

Get the allocationWeight property: weight to apply for a given iot h.

Returns:

the allocationWeight value.

applyAllocationPolicy

public Boolean applyAllocationPolicy()

Get the applyAllocationPolicy property: flag for applying allocationPolicy or not for a given iot hub.

Returns:

the applyAllocationPolicy value.

connectionString

public String connectionString()

Get the connectionString property: Connection string of the IoT hub.

Returns:

the connectionString value.

location

public String location()

Get the location property: ARM region of the IoT hub.

Returns:

the location value.

name

public String name()

Get the name property: Host name of the IoT hub.

Returns:

the name value.

validate

public void validate()

Validates the instance.

withAllocationWeight

public IotHubDefinitionDescription withAllocationWeight(Integer allocationWeight)

Set the allocationWeight property: weight to apply for a given iot h.

Parameters:

allocationWeight - the allocationWeight value to set.

Returns:

the IotHubDefinitionDescription object itself.

withApplyAllocationPolicy

public IotHubDefinitionDescription withApplyAllocationPolicy(Boolean applyAllocationPolicy)

Set the applyAllocationPolicy property: flag for applying allocationPolicy or not for a given iot hub.

Parameters:

applyAllocationPolicy - the applyAllocationPolicy value to set.

Returns:

the IotHubDefinitionDescription object itself.

withConnectionString

public IotHubDefinitionDescription withConnectionString(String connectionString)

Set the connectionString property: Connection string of the IoT hub.

Parameters:

connectionString - the connectionString value to set.

Returns:

the IotHubDefinitionDescription object itself.

withLocation

public IotHubDefinitionDescription withLocation(String location)

Set the location property: ARM region of the IoT hub.

Parameters:

location - the location value to set.

Returns:

the IotHubDefinitionDescription object itself.

Applies to