ExtendedLocation Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. ExtendedLocation
- com.
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. |
|
Extended |
withName(String name)
Set the name property: The extended location name. |
|
Extended |
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:
type
public String type()
Get the type property: The extended location type.
Returns:
validate
public void validate()
Validates the instance.
withName
public ExtendedLocation withName(String name)
Set the name property: The extended location name.
Parameters:
Returns:
withType
public ExtendedLocation withType(String type)
Set the type property: The extended location type.
Parameters:
Returns: