Delen via


ExtendedLocation Class

  • java.lang.Object
    • com.azure.resourcemanager.scvmm.models.ExtendedLocation

public final class ExtendedLocation

The extended location.

Constructor Summary

Constructor Description
ExtendedLocation()

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: The extended location name.

String type()

Get the type property: The extended location type.

void validate()

Validates the instance.

ExtendedLocation withName(String name)

Set the name property: The extended location name.

ExtendedLocation withType(String type)

Set the type property: The extended location type.

Methods inherited from java.lang.Object

Constructor Details

ExtendedLocation

public ExtendedLocation()

Method Details

name

public String name()

Get the name property: The extended location name.

Returns:

the name value.

type

public String type()

Get the type property: The extended location type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withName

public ExtendedLocation withName(String name)

Set the name property: The extended location name.

Parameters:

name - the name value to set.

Returns:

the ExtendedLocation object itself.

withType

public ExtendedLocation withType(String type)

Set the type property: The extended location type.

Parameters:

type - the type value to set.

Returns:

the ExtendedLocation object itself.

Applies to