Class GetSpotMarketRequest
Inheritance
System.Object
GetSpotMarketRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Packet
Assembly: Pulumi.Packet.dll
Syntax
public static class GetSpotMarketRequest
Methods
View SourceInvokeAsync(GetSpotMarketRequestArgs, InvokeOptions)
Provides a Packet spot_market_request datasource. The datasource will contain list of device IDs created by referenced Spot Market Request.
{{% examples %}} {{% /examples %}}
Declaration
public static Task<GetSpotMarketRequestResult> InvokeAsync(GetSpotMarketRequestArgs args, InvokeOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetSpotMarketRequestArgs | args | |
| InvokeOptions | options |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<GetSpotMarketRequestResult> |