Resource.DefinitionWithRegion<T> Interface
Type Parameters
- T
the type of the next stage resource definition
public static interface Resource.DefinitionWithRegion
A resource definition allowing a location be selected for the resource.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract T |
withRegion(Region region)
Specifies the region for the resource. |
abstract T |
withRegion(String regionName)
Specifies the region for the resource by name. |
Method Details
withRegion
public abstract T withRegion(Region region)
Specifies the region for the resource.
Parameters:
region
- The location for the resource
Returns:
the next stage of the definition
withRegion
public abstract T withRegion(String regionName)
Specifies the region for the resource by name.
Parameters:
regionName
- The name of the region for the resource
Returns:
the next stage of the definition
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java