OffersOperations interface
Interfaz que representa una operación de ofertas.
Propiedades
| get | Obtén detalles de recursos de oferta en un editor de HCI Cluster. |
| list |
Ofertas de lista disponibles entre editores para el clúster HCI. |
| list |
Lista Ofertas disponibles para un editor dentro del Clúster HCI. |
Detalles de las propiedades
get
Obtén detalles de recursos de oferta en un editor de HCI Cluster.
get: (resourceGroupName: string, clusterName: string, publisherName: string, offerName: string, options?: OffersGetOptionalParams) => Promise<Offer>
Valor de propiedad
(resourceGroupName: string, clusterName: string, publisherName: string, offerName: string, options?: OffersGetOptionalParams) => Promise<Offer>
listByCluster
Ofertas de lista disponibles entre editores para el clúster HCI.
listByCluster: (resourceGroupName: string, clusterName: string, options?: OffersListByClusterOptionalParams) => PagedAsyncIterableIterator<Offer, Offer[], PageSettings>
Valor de propiedad
(resourceGroupName: string, clusterName: string, options?: OffersListByClusterOptionalParams) => PagedAsyncIterableIterator<Offer, Offer[], PageSettings>
listByPublisher
Lista Ofertas disponibles para un editor dentro del Clúster HCI.
listByPublisher: (resourceGroupName: string, clusterName: string, publisherName: string, options?: OffersListByPublisherOptionalParams) => PagedAsyncIterableIterator<Offer, Offer[], PageSettings>
Valor de propiedad
(resourceGroupName: string, clusterName: string, publisherName: string, options?: OffersListByPublisherOptionalParams) => PagedAsyncIterableIterator<Offer, Offer[], PageSettings>