Resource.DefinitionWithRegion<T> Interface
Type Parameters
- T
the type of the next stage resource definition
public interface DefinitionWithRegion
A resource definition allowing a location be selected for the resource.
Method Summary
Modifier and Type | Method and Description |
---|---|
T |
withRegion(Region region)
Specifies the region for the resource. |
T |
withRegion(String regionName)
Specifies the region for the resource by name. |
Method Details
withRegion
public 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 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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.