LocationsOperations interface

Interface representing a Locations operations.

Properties

get

Details of a specific location

list

The location of the responsible ASC of the specific subscription (home region). For each subscription there is only one responsible location. The location in the response should be used to read or write other resources in ASC according to their ID.

Property Details

get

Details of a specific location

get: (ascLocation: string, options?: LocationsGetOptionalParams) => Promise<AscLocation>

Property Value

(ascLocation: string, options?: LocationsGetOptionalParams) => Promise<AscLocation>

list

The location of the responsible ASC of the specific subscription (home region). For each subscription there is only one responsible location. The location in the response should be used to read or write other resources in ASC according to their ID.

list: (options?: LocationsListOptionalParams) => PagedAsyncIterableIterator<AscLocation, AscLocation[], PageSettings>

Property Value

(options?: LocationsListOptionalParams) => PagedAsyncIterableIterator<AscLocation, AscLocation[], PageSettings>