Class VirtualMachineCaptureResultInner
- java.lang.Object
-
- com.azure.core.management.SubResource
-
- com.azure.resourcemanager.compute.fluent.models.VirtualMachineCaptureResultInner
-
public final class VirtualMachineCaptureResultInner extends com.azure.core.management.SubResourceOutput of virtual machine capture operation.
-
-
Constructor Summary
Constructors Constructor Description VirtualMachineCaptureResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcontentVersion()Get the contentVersion property: the version of the content.Objectparameters()Get the parameters property: parameters of the captured virtual machine.List<Object>resources()Get the resources property: a list of resource items of the captured virtual machine.Stringschema()Get the schema property: the schema of the captured virtual machine.voidvalidate()Validates the instance.VirtualMachineCaptureResultInnerwithId(String id)
-
-
-
Method Detail
-
schema
public String schema()
Get the schema property: the schema of the captured virtual machine.- Returns:
- the schema value.
-
contentVersion
public String contentVersion()
Get the contentVersion property: the version of the content.- Returns:
- the contentVersion value.
-
parameters
public Object parameters()
Get the parameters property: parameters of the captured virtual machine.- Returns:
- the parameters value.
-
resources
public List<Object> resources()
Get the resources property: a list of resource items of the captured virtual machine.- Returns:
- the resources value.
-
withId
public VirtualMachineCaptureResultInner withId(String id)
- Overrides:
withIdin classcom.azure.core.management.SubResource
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-