To list all of the regions that are available, send a GET request to /v2/regions.The response will be a JSON object with a key called regions. The value of this will be an array of region objects, each of which will contain the standard region attributes.
OptionalrequestConfiguration: RequestConfiguration<RegionsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To list all of the regions that are available, send a GET request to /v2/regions.The response will be a JSON object with a key called regions. The value of this will be an array of region objects, each of which will contain the standard region attributes.
OptionalrequestConfiguration: RequestConfiguration<RegionsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/regions