Class ExtendedLocation
java.lang.Object
com.microsoft.azure.management.compute.ExtendedLocation
The complex type of the extended location.
-
Constructor Details
-
ExtendedLocation
public ExtendedLocation()
-
-
Method Details
-
name
Get the name of the extended location.- Returns:
- the name value
-
withName
Set the name of the extended location.- Parameters:
name
- the name value to set- Returns:
- the ExtendedLocation object itself.
-
type
Get the type of the extended location. Possible values include: 'EdgeZone'.- Returns:
- the type value
-
withType
Set the type of the extended location. Possible values include: 'EdgeZone'.- Parameters:
type
- the type value to set- Returns:
- the ExtendedLocation object itself.
-