LabVhdInner Class

  • java.lang.Object
    • com.azure.resourcemanager.devtestlabs.fluent.models.LabVhdInner

public final class LabVhdInner

Properties of a VHD in the lab.

Constructor Summary

Constructor Description
LabVhdInner()

Creates an instance of LabVhdInner class.

Method Summary

Modifier and Type Method and Description
String id()

Get the id property: The URI to the VHD.

void validate()

Validates the instance.

LabVhdInner withId(String id)

Set the id property: The URI to the VHD.

Methods inherited from java.lang.Object

Constructor Details

LabVhdInner

public LabVhdInner()

Creates an instance of LabVhdInner class.

Method Details

id

public String id()

Get the id property: The URI to the VHD.

Returns:

the id value.

validate

public void validate()

Validates the instance.

withId

public LabVhdInner withId(String id)

Set the id property: The URI to the VHD.

Parameters:

id - the id value to set.

Returns:

the LabVhdInner object itself.

Applies to