OperationInputs Class

  • java.lang.Object
    • com.azure.resourcemanager.iotcentral.models.OperationInputs

public final class OperationInputs

Input values.

Constructor Summary

Constructor Description
OperationInputs()

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: The name of the IoT Central application instance to check.

String type()

Get the type property: The type of the IoT Central resource to query.

void validate()

Validates the instance.

OperationInputs withName(String name)

Set the name property: The name of the IoT Central application instance to check.

OperationInputs withType(String type)

Set the type property: The type of the IoT Central resource to query.

Methods inherited from java.lang.Object

Constructor Details

OperationInputs

public OperationInputs()

Method Details

name

public String name()

Get the name property: The name of the IoT Central application instance to check.

Returns:

the name value.

type

public String type()

Get the type property: The type of the IoT Central resource to query.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withName

public OperationInputs withName(String name)

Set the name property: The name of the IoT Central application instance to check.

Parameters:

name - the name value to set.

Returns:

the OperationInputs object itself.

withType

public OperationInputs withType(String type)

Set the type property: The type of the IoT Central resource to query.

Parameters:

type - the type value to set.

Returns:

the OperationInputs object itself.

Applies to