public final class ProviderExtendedLocation extends Object
| Constructor and Description |
|---|
ProviderExtendedLocation() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
extendedLocations()
Get the extendedLocations property: The extended locations for the azure location.
|
String |
location()
Get the location property: The azure location.
|
String |
type()
Get the type property: The extended location type.
|
void |
validate()
Validates the instance.
|
ProviderExtendedLocation |
withExtendedLocations(List<String> extendedLocations)
Set the extendedLocations property: The extended locations for the azure location.
|
ProviderExtendedLocation |
withLocation(String location)
Set the location property: The azure location.
|
ProviderExtendedLocation |
withType(String type)
Set the type property: The extended location type.
|
public String location()
public ProviderExtendedLocation withLocation(String location)
location - the location value to set.public String type()
public ProviderExtendedLocation withType(String type)
type - the type value to set.public List<String> extendedLocations()
public ProviderExtendedLocation withExtendedLocations(List<String> extendedLocations)
extendedLocations - the extendedLocations value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.