These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
azure-native-v2.devtestlab.listLabVhds
Explore with Pulumi AI
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
List disk images available for custom image creation. Azure REST API version: 2018-09-15.
Using listLabVhds
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function listLabVhds(args: ListLabVhdsArgs, opts?: InvokeOptions): Promise<ListLabVhdsResult>
function listLabVhdsOutput(args: ListLabVhdsOutputArgs, opts?: InvokeOptions): Output<ListLabVhdsResult>
def list_lab_vhds(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListLabVhdsResult
def list_lab_vhds_output(name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListLabVhdsResult]
func ListLabVhds(ctx *Context, args *ListLabVhdsArgs, opts ...InvokeOption) (*ListLabVhdsResult, error)
func ListLabVhdsOutput(ctx *Context, args *ListLabVhdsOutputArgs, opts ...InvokeOption) ListLabVhdsResultOutput
> Note: This function is named ListLabVhds
in the Go SDK.
public static class ListLabVhds
{
public static Task<ListLabVhdsResult> InvokeAsync(ListLabVhdsArgs args, InvokeOptions? opts = null)
public static Output<ListLabVhdsResult> Invoke(ListLabVhdsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListLabVhdsResult> listLabVhds(ListLabVhdsArgs args, InvokeOptions options)
public static Output<ListLabVhdsResult> listLabVhds(ListLabVhdsArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:devtestlab:listLabVhds
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of the lab.
- Resource
Group stringName - The name of the resource group.
- Name string
- The name of the lab.
- Resource
Group stringName - The name of the resource group.
- name String
- The name of the lab.
- resource
Group StringName - The name of the resource group.
- name string
- The name of the lab.
- resource
Group stringName - The name of the resource group.
- name str
- The name of the lab.
- resource_
group_ strname - The name of the resource group.
- name String
- The name of the lab.
- resource
Group StringName - The name of the resource group.
listLabVhds Result
The following output properties are available:
- Next
Link string - Link for next set of results.
- Value
List<Pulumi.
Azure Native. Dev Test Lab. Outputs. Lab Vhd Response> - Results of the list operation.
- Next
Link string - Link for next set of results.
- Value
[]Lab
Vhd Response - Results of the list operation.
- next
Link String - Link for next set of results.
- value
List<Lab
Vhd Response> - Results of the list operation.
- next
Link string - Link for next set of results.
- value
Lab
Vhd Response[] - Results of the list operation.
- next_
link str - Link for next set of results.
- value
Sequence[Lab
Vhd Response] - Results of the list operation.
- next
Link String - Link for next set of results.
- value List<Property Map>
- Results of the list operation.
Supporting Types
LabVhdResponse
- Id string
- The URI to the VHD.
- Id string
- The URI to the VHD.
- id String
- The URI to the VHD.
- id string
- The URI to the VHD.
- id str
- The URI to the VHD.
- id String
- The URI to the VHD.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi