HcpOpenShiftVersionsOperations interface
Interface representing a HcpOpenShiftVersions operations.
Properties
| get | Get a HcpOpenShiftVersion |
| list | List HcpOpenShiftVersion resources by SubscriptionLocationResource |
Property Details
get
Get a HcpOpenShiftVersion
get: (location: string, hcpOpenShiftVersionName: string, options?: HcpOpenShiftVersionsGetOptionalParams) => Promise<HcpOpenShiftVersion>
Property Value
(location: string, hcpOpenShiftVersionName: string, options?: HcpOpenShiftVersionsGetOptionalParams) => Promise<HcpOpenShiftVersion>
list
List HcpOpenShiftVersion resources by SubscriptionLocationResource
list: (location: string, options?: HcpOpenShiftVersionsListOptionalParams) => PagedAsyncIterableIterator<HcpOpenShiftVersion, HcpOpenShiftVersion[], PageSettings>
Property Value
(location: string, options?: HcpOpenShiftVersionsListOptionalParams) => PagedAsyncIterableIterator<HcpOpenShiftVersion, HcpOpenShiftVersion[], PageSettings>