ConnectionTypeAssociationProperty Class

  • java.lang.Object
    • com.azure.resourcemanager.automation.models.ConnectionTypeAssociationProperty

public final class ConnectionTypeAssociationProperty

The connection type property associated with the entity.

Constructor Summary

Constructor Description
ConnectionTypeAssociationProperty()

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: Gets or sets the name of the connection type.

void validate()

Validates the instance.

ConnectionTypeAssociationProperty withName(String name)

Set the name property: Gets or sets the name of the connection type.

Methods inherited from java.lang.Object

Constructor Details

ConnectionTypeAssociationProperty

public ConnectionTypeAssociationProperty()

Method Details

name

public String name()

Get the name property: Gets or sets the name of the connection type.

Returns:

the name value.

validate

public void validate()

Validates the instance.

withName

public ConnectionTypeAssociationProperty withName(String name)

Set the name property: Gets or sets the name of the connection type.

Parameters:

name - the name value to set.

Returns:

the ConnectionTypeAssociationProperty object itself.

Applies to