IotHubNameAvailabilityInfoInner Class

  • java.lang.Object
    • com.azure.resourcemanager.iothub.fluent.models.IotHubNameAvailabilityInfoInner

public final class IotHubNameAvailabilityInfoInner

The properties indicating whether a given IoT hub name is available.

Constructor Summary

Constructor Description
IotHubNameAvailabilityInfoInner()

Creates an instance of IotHubNameAvailabilityInfoInner class.

Method Summary

Modifier and Type Method and Description
String message()

Get the message property: The detailed reason message.

Boolean nameAvailable()

Get the nameAvailable property: The value which indicates whether the provided name is available.

IotHubNameUnavailabilityReason reason()

Get the reason property: The reason for unavailability.

void validate()

Validates the instance.

IotHubNameAvailabilityInfoInner withMessage(String message)

Set the message property: The detailed reason message.

Methods inherited from java.lang.Object

Constructor Details

IotHubNameAvailabilityInfoInner

public IotHubNameAvailabilityInfoInner()

Creates an instance of IotHubNameAvailabilityInfoInner class.

Method Details

message

public String message()

Get the message property: The detailed reason message.

Returns:

the message value.

nameAvailable

public Boolean nameAvailable()

Get the nameAvailable property: The value which indicates whether the provided name is available.

Returns:

the nameAvailable value.

reason

public IotHubNameUnavailabilityReason reason()

Get the reason property: The reason for unavailability.

Returns:

the reason value.

validate

public void validate()

Validates the instance.

withMessage

public IotHubNameAvailabilityInfoInner withMessage(String message)

Set the message property: The detailed reason message.

Parameters:

message - the message value to set.

Returns:

the IotHubNameAvailabilityInfoInner object itself.

Applies to