HciClusterPublisherResource.GetHciClusterOffer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get Offer resource details within a publisher of HCI Cluster.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/publishers/{publisherName}/offers/{offerName}
- Operation Id: Offers_Get
- Default Api Version: 2024-04-01
- Resource: HciClusterOfferResource
public virtual Azure.Response<Azure.ResourceManager.Hci.HciClusterOfferResource> GetHciClusterOffer (string offerName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetHciClusterOffer : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Hci.HciClusterOfferResource>
override this.GetHciClusterOffer : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Hci.HciClusterOfferResource>
Public Overridable Function GetHciClusterOffer (offerName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of HciClusterOfferResource)
Parameters
- offerName
- String
The name of the offer available within HCI cluster.
- expand
- String
Specify $expand=content,contentVersion to populate additional fields related to the marketplace offer.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
offerName
is null.
offerName
is an empty string, and was expected to be non-empty.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET