azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.d...

752 строки
60 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner"
name: "LabVirtualMachineInner"
nameWithType: "LabVirtualMachineInner"
summary: "A virtual machine."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.Resource.location()?alt=com.azure.core.management.Resource.location&text=location\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.tags()?alt=com.azure.core.management.Resource.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.withLocation(java.lang.String)?alt=com.azure.core.management.Resource.withLocation&text=withLocation\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.core.management.Resource.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **LabVirtualMachineInner**</br> extends <xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.LabVirtualMachineInner()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.LabVirtualMachineInner()"
name: "LabVirtualMachineInner()"
nameWithType: "LabVirtualMachineInner.LabVirtualMachineInner()"
summary: "Creates an instance of Lab<wbr>Virtual<wbr>Machine<wbr>Inner class."
syntax: "public LabVirtualMachineInner()"
desc: "Creates an instance of LabVirtualMachineInner class."
methods:
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.allowClaim()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.allowClaim()"
name: "allowClaim()"
nameWithType: "LabVirtualMachineInner.allowClaim()"
summary: "Get the allow<wbr>Claim property: Indicates whether another user can take ownership of the virtual machine."
syntax: "public Boolean allowClaim()"
desc: "Get the allowClaim property: Indicates whether another user can take ownership of the virtual machine."
returns:
description: "the allowClaim value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.applicableSchedule()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.applicableSchedule()"
name: "applicableSchedule()"
nameWithType: "LabVirtualMachineInner.applicableSchedule()"
summary: "Get the applicable<wbr>Schedule property: The applicable schedule for the virtual machine."
syntax: "public ApplicableScheduleInner applicableSchedule()"
desc: "Get the applicableSchedule property: The applicable schedule for the virtual machine."
returns:
description: "the applicableSchedule value."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.ApplicableScheduleInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.ApplicableScheduleInner&text=ApplicableScheduleInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.artifactDeploymentStatus()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.artifactDeploymentStatus()"
name: "artifactDeploymentStatus()"
nameWithType: "LabVirtualMachineInner.artifactDeploymentStatus()"
summary: "Get the artifact<wbr>Deployment<wbr>Status property: The artifact deployment status for the virtual machine."
syntax: "public ArtifactDeploymentStatusProperties artifactDeploymentStatus()"
desc: "Get the artifactDeploymentStatus property: The artifact deployment status for the virtual machine."
returns:
description: "the artifactDeploymentStatus value."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ArtifactDeploymentStatusProperties?alt=com.azure.resourcemanager.devtestlabs.models.ArtifactDeploymentStatusProperties&text=ArtifactDeploymentStatusProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.artifacts()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.artifacts()"
name: "artifacts()"
nameWithType: "LabVirtualMachineInner.artifacts()"
summary: "Get the artifacts property: The artifacts to be installed on the virtual machine."
syntax: "public List<ArtifactInstallProperties> artifacts()"
desc: "Get the artifacts property: The artifacts to be installed on the virtual machine."
returns:
description: "the artifacts value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.devtestlabs.models.ArtifactInstallProperties?alt=com.azure.resourcemanager.devtestlabs.models.ArtifactInstallProperties&text=ArtifactInstallProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.computeId()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.computeId()"
name: "computeId()"
nameWithType: "LabVirtualMachineInner.computeId()"
summary: "Get the compute<wbr>Id property: The resource identifier (Microsoft.<wbr>Compute) of the virtual machine."
syntax: "public String computeId()"
desc: "Get the computeId property: The resource identifier (Microsoft.Compute) of the virtual machine."
returns:
description: "the computeId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.computeVm()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.computeVm()"
name: "computeVm()"
nameWithType: "LabVirtualMachineInner.computeVm()"
summary: "Get the compute<wbr>Vm property: The compute virtual machine properties."
syntax: "public ComputeVmProperties computeVm()"
desc: "Get the computeVm property: The compute virtual machine properties."
returns:
description: "the computeVm value."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ComputeVmProperties?alt=com.azure.resourcemanager.devtestlabs.models.ComputeVmProperties&text=ComputeVmProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.createdByUser()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.createdByUser()"
name: "createdByUser()"
nameWithType: "LabVirtualMachineInner.createdByUser()"
summary: "Get the created<wbr>ByUser property: The email address of creator of the virtual machine."
syntax: "public String createdByUser()"
desc: "Get the createdByUser property: The email address of creator of the virtual machine."
returns:
description: "the createdByUser value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.createdByUserId()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.createdByUserId()"
name: "createdByUserId()"
nameWithType: "LabVirtualMachineInner.createdByUserId()"
summary: "Get the created<wbr>ByUser<wbr>Id property: The object identifier of the creator of the virtual machine."
syntax: "public String createdByUserId()"
desc: "Get the createdByUserId property: The object identifier of the creator of the virtual machine."
returns:
description: "the createdByUserId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.createdDate()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.createdDate()"
name: "createdDate()"
nameWithType: "LabVirtualMachineInner.createdDate()"
summary: "Get the created<wbr>Date property: The creation date of the virtual machine."
syntax: "public OffsetDateTime createdDate()"
desc: "Get the createdDate property: The creation date of the virtual machine."
returns:
description: "the createdDate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.customImageId()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.customImageId()"
name: "customImageId()"
nameWithType: "LabVirtualMachineInner.customImageId()"
summary: "Get the custom<wbr>Image<wbr>Id property: The custom image identifier of the virtual machine."
syntax: "public String customImageId()"
desc: "Get the customImageId property: The custom image identifier of the virtual machine."
returns:
description: "the customImageId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.dataDiskParameters()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.dataDiskParameters()"
name: "dataDiskParameters()"
nameWithType: "LabVirtualMachineInner.dataDiskParameters()"
summary: "Get the data<wbr>Disk<wbr>Parameters property: New or existing data disks to attach to the virtual machine after creation."
syntax: "public List<DataDiskProperties> dataDiskParameters()"
desc: "Get the dataDiskParameters property: New or existing data disks to attach to the virtual machine after creation."
returns:
description: "the dataDiskParameters value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.devtestlabs.models.DataDiskProperties?alt=com.azure.resourcemanager.devtestlabs.models.DataDiskProperties&text=DataDiskProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.disallowPublicIpAddress()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.disallowPublicIpAddress()"
name: "disallowPublicIpAddress()"
nameWithType: "LabVirtualMachineInner.disallowPublicIpAddress()"
summary: "Get the disallow<wbr>Public<wbr>IpAddress property: Indicates whether the virtual machine is to be created without a public IP address."
syntax: "public Boolean disallowPublicIpAddress()"
desc: "Get the disallowPublicIpAddress property: Indicates whether the virtual machine is to be created without a public IP address."
returns:
description: "the disallowPublicIpAddress value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.environmentId()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.environmentId()"
name: "environmentId()"
nameWithType: "LabVirtualMachineInner.environmentId()"
summary: "Get the environment<wbr>Id property: The resource ID of the environment that contains this virtual machine, if any."
syntax: "public String environmentId()"
desc: "Get the environmentId property: The resource ID of the environment that contains this virtual machine, if any."
returns:
description: "the environmentId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.expirationDate()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.expirationDate()"
name: "expirationDate()"
nameWithType: "LabVirtualMachineInner.expirationDate()"
summary: "Get the expiration<wbr>Date property: The expiration date for VM."
syntax: "public OffsetDateTime expirationDate()"
desc: "Get the expirationDate property: The expiration date for VM."
returns:
description: "the expirationDate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.fqdn()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.fqdn()"
name: "fqdn()"
nameWithType: "LabVirtualMachineInner.fqdn()"
summary: "Get the fqdn property: The fully-qualified domain name of the virtual machine."
syntax: "public String fqdn()"
desc: "Get the fqdn property: The fully-qualified domain name of the virtual machine."
returns:
description: "the fqdn value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.galleryImageReference()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.galleryImageReference()"
name: "galleryImageReference()"
nameWithType: "LabVirtualMachineInner.galleryImageReference()"
summary: "Get the gallery<wbr>Image<wbr>Reference property: The Microsoft Azure Marketplace image reference of the virtual machine."
syntax: "public GalleryImageReference galleryImageReference()"
desc: "Get the galleryImageReference property: The Microsoft Azure Marketplace image reference of the virtual machine."
returns:
description: "the galleryImageReference value."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.GalleryImageReference?alt=com.azure.resourcemanager.devtestlabs.models.GalleryImageReference&text=GalleryImageReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.isAuthenticationWithSshKey()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.isAuthenticationWithSshKey()"
name: "isAuthenticationWithSshKey()"
nameWithType: "LabVirtualMachineInner.isAuthenticationWithSshKey()"
summary: "Get the is<wbr>Authentication<wbr>With<wbr>Ssh<wbr>Key property: Indicates whether this virtual machine uses an SSH key for authentication."
syntax: "public Boolean isAuthenticationWithSshKey()"
desc: "Get the isAuthenticationWithSshKey property: Indicates whether this virtual machine uses an SSH key for authentication."
returns:
description: "the isAuthenticationWithSshKey value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.labSubnetName()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.labSubnetName()"
name: "labSubnetName()"
nameWithType: "LabVirtualMachineInner.labSubnetName()"
summary: "Get the lab<wbr>Subnet<wbr>Name property: The lab subnet name of the virtual machine."
syntax: "public String labSubnetName()"
desc: "Get the labSubnetName property: The lab subnet name of the virtual machine."
returns:
description: "the labSubnetName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.labVirtualNetworkId()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.labVirtualNetworkId()"
name: "labVirtualNetworkId()"
nameWithType: "LabVirtualMachineInner.labVirtualNetworkId()"
summary: "Get the lab<wbr>Virtual<wbr>Network<wbr>Id property: The lab virtual network identifier of the virtual machine."
syntax: "public String labVirtualNetworkId()"
desc: "Get the labVirtualNetworkId property: The lab virtual network identifier of the virtual machine."
returns:
description: "the labVirtualNetworkId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.lastKnownPowerState()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.lastKnownPowerState()"
name: "lastKnownPowerState()"
nameWithType: "LabVirtualMachineInner.lastKnownPowerState()"
summary: "Get the last<wbr>Known<wbr>Power<wbr>State property: Last known compute power state captured in DTL."
syntax: "public String lastKnownPowerState()"
desc: "Get the lastKnownPowerState property: Last known compute power state captured in DTL."
returns:
description: "the lastKnownPowerState value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.networkInterface()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.networkInterface()"
name: "networkInterface()"
nameWithType: "LabVirtualMachineInner.networkInterface()"
summary: "Get the network<wbr>Interface property: The network interface properties."
syntax: "public NetworkInterfaceProperties networkInterface()"
desc: "Get the networkInterface property: The network interface properties."
returns:
description: "the networkInterface value."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.NetworkInterfaceProperties?alt=com.azure.resourcemanager.devtestlabs.models.NetworkInterfaceProperties&text=NetworkInterfaceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.notes()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.notes()"
name: "notes()"
nameWithType: "LabVirtualMachineInner.notes()"
summary: "Get the notes property: The notes of the virtual machine."
syntax: "public String notes()"
desc: "Get the notes property: The notes of the virtual machine."
returns:
description: "the notes value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.osType()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.osType()"
name: "osType()"
nameWithType: "LabVirtualMachineInner.osType()"
summary: "Get the os<wbr>Type property: The OS type of the virtual machine."
syntax: "public String osType()"
desc: "Get the osType property: The OS type of the virtual machine."
returns:
description: "the osType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.ownerObjectId()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.ownerObjectId()"
name: "ownerObjectId()"
nameWithType: "LabVirtualMachineInner.ownerObjectId()"
summary: "Get the owner<wbr>Object<wbr>Id property: The object identifier of the owner of the virtual machine."
syntax: "public String ownerObjectId()"
desc: "Get the ownerObjectId property: The object identifier of the owner of the virtual machine."
returns:
description: "the ownerObjectId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.ownerUserPrincipalName()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.ownerUserPrincipalName()"
name: "ownerUserPrincipalName()"
nameWithType: "LabVirtualMachineInner.ownerUserPrincipalName()"
summary: "Get the owner<wbr>User<wbr>Principal<wbr>Name property: The user principal name of the virtual machine owner."
syntax: "public String ownerUserPrincipalName()"
desc: "Get the ownerUserPrincipalName property: The user principal name of the virtual machine owner."
returns:
description: "the ownerUserPrincipalName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.password()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.password()"
name: "password()"
nameWithType: "LabVirtualMachineInner.password()"
summary: "Get the password property: The password of the virtual machine administrator."
syntax: "public String password()"
desc: "Get the password property: The password of the virtual machine administrator."
returns:
description: "the password value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.planId()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.planId()"
name: "planId()"
nameWithType: "LabVirtualMachineInner.planId()"
summary: "Get the plan<wbr>Id property: The id of the plan associated with the virtual machine image."
syntax: "public String planId()"
desc: "Get the planId property: The id of the plan associated with the virtual machine image."
returns:
description: "the planId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.provisioningState()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.provisioningState()"
name: "provisioningState()"
nameWithType: "LabVirtualMachineInner.provisioningState()"
summary: "Get the provisioning<wbr>State property: The provisioning status of the resource."
syntax: "public String provisioningState()"
desc: "Get the provisioningState property: The provisioning status of the resource."
returns:
description: "the provisioningState value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.scheduleParameters()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.scheduleParameters()"
name: "scheduleParameters()"
nameWithType: "LabVirtualMachineInner.scheduleParameters()"
summary: "Get the schedule<wbr>Parameters property: Virtual Machine schedules to be created."
syntax: "public List<ScheduleCreationParameter> scheduleParameters()"
desc: "Get the scheduleParameters property: Virtual Machine schedules to be created."
returns:
description: "the scheduleParameters value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.devtestlabs.models.ScheduleCreationParameter?alt=com.azure.resourcemanager.devtestlabs.models.ScheduleCreationParameter&text=ScheduleCreationParameter\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.size()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.size()"
name: "size()"
nameWithType: "LabVirtualMachineInner.size()"
summary: "Get the size property: The size of the virtual machine."
syntax: "public String size()"
desc: "Get the size property: The size of the virtual machine."
returns:
description: "the size value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.sshKey()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.sshKey()"
name: "sshKey()"
nameWithType: "LabVirtualMachineInner.sshKey()"
summary: "Get the ssh<wbr>Key property: The SSH key of the virtual machine administrator."
syntax: "public String sshKey()"
desc: "Get the sshKey property: The SSH key of the virtual machine administrator."
returns:
description: "the sshKey value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.storageType()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.storageType()"
name: "storageType()"
nameWithType: "LabVirtualMachineInner.storageType()"
summary: "Get the storage<wbr>Type property: Storage type to use for virtual machine (i.<wbr>e."
syntax: "public String storageType()"
desc: "Get the storageType property: Storage type to use for virtual machine (i.e. Standard, Premium)."
returns:
description: "the storageType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.uniqueIdentifier()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.uniqueIdentifier()"
name: "uniqueIdentifier()"
nameWithType: "LabVirtualMachineInner.uniqueIdentifier()"
summary: "Get the unique<wbr>Identifier property: The unique immutable identifier of a resource (Guid)."
syntax: "public String uniqueIdentifier()"
desc: "Get the uniqueIdentifier property: The unique immutable identifier of a resource (Guid)."
returns:
description: "the uniqueIdentifier value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.username()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.username()"
name: "username()"
nameWithType: "LabVirtualMachineInner.username()"
summary: "Get the username property: The user name of the virtual machine."
syntax: "public String username()"
desc: "Get the username property: The user name of the virtual machine."
returns:
description: "the username value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.validate()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.validate()"
name: "validate()"
nameWithType: "LabVirtualMachineInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.virtualMachineCreationSource()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.virtualMachineCreationSource()"
name: "virtualMachineCreationSource()"
nameWithType: "LabVirtualMachineInner.virtualMachineCreationSource()"
summary: "Get the virtual<wbr>Machine<wbr>Creation<wbr>Source property: Tells source of creation of lab virtual machine."
syntax: "public VirtualMachineCreationSource virtualMachineCreationSource()"
desc: "Get the virtualMachineCreationSource property: Tells source of creation of lab virtual machine. Output property only."
returns:
description: "the virtualMachineCreationSource value."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.VirtualMachineCreationSource?alt=com.azure.resourcemanager.devtestlabs.models.VirtualMachineCreationSource&text=VirtualMachineCreationSource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withAllowClaim(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withAllowClaim(Boolean allowClaim)"
name: "withAllowClaim(Boolean allowClaim)"
nameWithType: "LabVirtualMachineInner.withAllowClaim(Boolean allowClaim)"
summary: "Set the allow<wbr>Claim property: Indicates whether another user can take ownership of the virtual machine."
parameters:
- description: "the allowClaim value to set."
name: "allowClaim"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public LabVirtualMachineInner withAllowClaim(Boolean allowClaim)"
desc: "Set the allowClaim property: Indicates whether another user can take ownership of the virtual machine."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withArtifacts(java.util.List<com.azure.resourcemanager.devtestlabs.models.ArtifactInstallProperties>)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withArtifacts(List<ArtifactInstallProperties> artifacts)"
name: "withArtifacts(List<ArtifactInstallProperties> artifacts)"
nameWithType: "LabVirtualMachineInner.withArtifacts(List<ArtifactInstallProperties> artifacts)"
summary: "Set the artifacts property: The artifacts to be installed on the virtual machine."
parameters:
- description: "the artifacts value to set."
name: "artifacts"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.devtestlabs.models.ArtifactInstallProperties?alt=com.azure.resourcemanager.devtestlabs.models.ArtifactInstallProperties&text=ArtifactInstallProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public LabVirtualMachineInner withArtifacts(List<ArtifactInstallProperties> artifacts)"
desc: "Set the artifacts property: The artifacts to be installed on the virtual machine."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withCreatedDate(java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withCreatedDate(OffsetDateTime createdDate)"
name: "withCreatedDate(OffsetDateTime createdDate)"
nameWithType: "LabVirtualMachineInner.withCreatedDate(OffsetDateTime createdDate)"
summary: "Set the created<wbr>Date property: The creation date of the virtual machine."
parameters:
- description: "the createdDate value to set."
name: "createdDate"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public LabVirtualMachineInner withCreatedDate(OffsetDateTime createdDate)"
desc: "Set the createdDate property: The creation date of the virtual machine."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withCustomImageId(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withCustomImageId(String customImageId)"
name: "withCustomImageId(String customImageId)"
nameWithType: "LabVirtualMachineInner.withCustomImageId(String customImageId)"
summary: "Set the custom<wbr>Image<wbr>Id property: The custom image identifier of the virtual machine."
parameters:
- description: "the customImageId value to set."
name: "customImageId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public LabVirtualMachineInner withCustomImageId(String customImageId)"
desc: "Set the customImageId property: The custom image identifier of the virtual machine."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withDataDiskParameters(java.util.List<com.azure.resourcemanager.devtestlabs.models.DataDiskProperties>)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withDataDiskParameters(List<DataDiskProperties> dataDiskParameters)"
name: "withDataDiskParameters(List<DataDiskProperties> dataDiskParameters)"
nameWithType: "LabVirtualMachineInner.withDataDiskParameters(List<DataDiskProperties> dataDiskParameters)"
summary: "Set the data<wbr>Disk<wbr>Parameters property: New or existing data disks to attach to the virtual machine after creation."
parameters:
- description: "the dataDiskParameters value to set."
name: "dataDiskParameters"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.devtestlabs.models.DataDiskProperties?alt=com.azure.resourcemanager.devtestlabs.models.DataDiskProperties&text=DataDiskProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public LabVirtualMachineInner withDataDiskParameters(List<DataDiskProperties> dataDiskParameters)"
desc: "Set the dataDiskParameters property: New or existing data disks to attach to the virtual machine after creation."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withDisallowPublicIpAddress(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withDisallowPublicIpAddress(Boolean disallowPublicIpAddress)"
name: "withDisallowPublicIpAddress(Boolean disallowPublicIpAddress)"
nameWithType: "LabVirtualMachineInner.withDisallowPublicIpAddress(Boolean disallowPublicIpAddress)"
summary: "Set the disallow<wbr>Public<wbr>IpAddress property: Indicates whether the virtual machine is to be created without a public IP address."
parameters:
- description: "the disallowPublicIpAddress value to set."
name: "disallowPublicIpAddress"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public LabVirtualMachineInner withDisallowPublicIpAddress(Boolean disallowPublicIpAddress)"
desc: "Set the disallowPublicIpAddress property: Indicates whether the virtual machine is to be created without a public IP address."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withEnvironmentId(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withEnvironmentId(String environmentId)"
name: "withEnvironmentId(String environmentId)"
nameWithType: "LabVirtualMachineInner.withEnvironmentId(String environmentId)"
summary: "Set the environment<wbr>Id property: The resource ID of the environment that contains this virtual machine, if any."
parameters:
- description: "the environmentId value to set."
name: "environmentId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public LabVirtualMachineInner withEnvironmentId(String environmentId)"
desc: "Set the environmentId property: The resource ID of the environment that contains this virtual machine, if any."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withExpirationDate(java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withExpirationDate(OffsetDateTime expirationDate)"
name: "withExpirationDate(OffsetDateTime expirationDate)"
nameWithType: "LabVirtualMachineInner.withExpirationDate(OffsetDateTime expirationDate)"
summary: "Set the expiration<wbr>Date property: The expiration date for VM."
parameters:
- description: "the expirationDate value to set."
name: "expirationDate"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public LabVirtualMachineInner withExpirationDate(OffsetDateTime expirationDate)"
desc: "Set the expirationDate property: The expiration date for VM."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withGalleryImageReference(com.azure.resourcemanager.devtestlabs.models.GalleryImageReference)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withGalleryImageReference(GalleryImageReference galleryImageReference)"
name: "withGalleryImageReference(GalleryImageReference galleryImageReference)"
nameWithType: "LabVirtualMachineInner.withGalleryImageReference(GalleryImageReference galleryImageReference)"
summary: "Set the gallery<wbr>Image<wbr>Reference property: The Microsoft Azure Marketplace image reference of the virtual machine."
parameters:
- description: "the galleryImageReference value to set."
name: "galleryImageReference"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.GalleryImageReference?alt=com.azure.resourcemanager.devtestlabs.models.GalleryImageReference&text=GalleryImageReference\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LabVirtualMachineInner withGalleryImageReference(GalleryImageReference galleryImageReference)"
desc: "Set the galleryImageReference property: The Microsoft Azure Marketplace image reference of the virtual machine."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withIsAuthenticationWithSshKey(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withIsAuthenticationWithSshKey(Boolean isAuthenticationWithSshKey)"
name: "withIsAuthenticationWithSshKey(Boolean isAuthenticationWithSshKey)"
nameWithType: "LabVirtualMachineInner.withIsAuthenticationWithSshKey(Boolean isAuthenticationWithSshKey)"
summary: "Set the is<wbr>Authentication<wbr>With<wbr>Ssh<wbr>Key property: Indicates whether this virtual machine uses an SSH key for authentication."
parameters:
- description: "the isAuthenticationWithSshKey value to set."
name: "isAuthenticationWithSshKey"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public LabVirtualMachineInner withIsAuthenticationWithSshKey(Boolean isAuthenticationWithSshKey)"
desc: "Set the isAuthenticationWithSshKey property: Indicates whether this virtual machine uses an SSH key for authentication."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withLabSubnetName(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withLabSubnetName(String labSubnetName)"
name: "withLabSubnetName(String labSubnetName)"
nameWithType: "LabVirtualMachineInner.withLabSubnetName(String labSubnetName)"
summary: "Set the lab<wbr>Subnet<wbr>Name property: The lab subnet name of the virtual machine."
parameters:
- description: "the labSubnetName value to set."
name: "labSubnetName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public LabVirtualMachineInner withLabSubnetName(String labSubnetName)"
desc: "Set the labSubnetName property: The lab subnet name of the virtual machine."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withLabVirtualNetworkId(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withLabVirtualNetworkId(String labVirtualNetworkId)"
name: "withLabVirtualNetworkId(String labVirtualNetworkId)"
nameWithType: "LabVirtualMachineInner.withLabVirtualNetworkId(String labVirtualNetworkId)"
summary: "Set the lab<wbr>Virtual<wbr>Network<wbr>Id property: The lab virtual network identifier of the virtual machine."
parameters:
- description: "the labVirtualNetworkId value to set."
name: "labVirtualNetworkId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public LabVirtualMachineInner withLabVirtualNetworkId(String labVirtualNetworkId)"
desc: "Set the labVirtualNetworkId property: The lab virtual network identifier of the virtual machine."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withLocation(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withLocation(String location)"
name: "withLocation(String location)"
nameWithType: "LabVirtualMachineInner.withLocation(String location)"
overridden: "com.azure.core.management.Resource.withLocation(java.lang.String)"
parameters:
- name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public LabVirtualMachineInner withLocation(String location)"
returns:
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withNetworkInterface(com.azure.resourcemanager.devtestlabs.models.NetworkInterfaceProperties)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withNetworkInterface(NetworkInterfaceProperties networkInterface)"
name: "withNetworkInterface(NetworkInterfaceProperties networkInterface)"
nameWithType: "LabVirtualMachineInner.withNetworkInterface(NetworkInterfaceProperties networkInterface)"
summary: "Set the network<wbr>Interface property: The network interface properties."
parameters:
- description: "the networkInterface value to set."
name: "networkInterface"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.NetworkInterfaceProperties?alt=com.azure.resourcemanager.devtestlabs.models.NetworkInterfaceProperties&text=NetworkInterfaceProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LabVirtualMachineInner withNetworkInterface(NetworkInterfaceProperties networkInterface)"
desc: "Set the networkInterface property: The network interface properties."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withNotes(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withNotes(String notes)"
name: "withNotes(String notes)"
nameWithType: "LabVirtualMachineInner.withNotes(String notes)"
summary: "Set the notes property: The notes of the virtual machine."
parameters:
- description: "the notes value to set."
name: "notes"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public LabVirtualMachineInner withNotes(String notes)"
desc: "Set the notes property: The notes of the virtual machine."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withOwnerObjectId(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withOwnerObjectId(String ownerObjectId)"
name: "withOwnerObjectId(String ownerObjectId)"
nameWithType: "LabVirtualMachineInner.withOwnerObjectId(String ownerObjectId)"
summary: "Set the owner<wbr>Object<wbr>Id property: The object identifier of the owner of the virtual machine."
parameters:
- description: "the ownerObjectId value to set."
name: "ownerObjectId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public LabVirtualMachineInner withOwnerObjectId(String ownerObjectId)"
desc: "Set the ownerObjectId property: The object identifier of the owner of the virtual machine."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withOwnerUserPrincipalName(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withOwnerUserPrincipalName(String ownerUserPrincipalName)"
name: "withOwnerUserPrincipalName(String ownerUserPrincipalName)"
nameWithType: "LabVirtualMachineInner.withOwnerUserPrincipalName(String ownerUserPrincipalName)"
summary: "Set the owner<wbr>User<wbr>Principal<wbr>Name property: The user principal name of the virtual machine owner."
parameters:
- description: "the ownerUserPrincipalName value to set."
name: "ownerUserPrincipalName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public LabVirtualMachineInner withOwnerUserPrincipalName(String ownerUserPrincipalName)"
desc: "Set the ownerUserPrincipalName property: The user principal name of the virtual machine owner."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withPassword(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withPassword(String password)"
name: "withPassword(String password)"
nameWithType: "LabVirtualMachineInner.withPassword(String password)"
summary: "Set the password property: The password of the virtual machine administrator."
parameters:
- description: "the password value to set."
name: "password"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public LabVirtualMachineInner withPassword(String password)"
desc: "Set the password property: The password of the virtual machine administrator."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withPlanId(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withPlanId(String planId)"
name: "withPlanId(String planId)"
nameWithType: "LabVirtualMachineInner.withPlanId(String planId)"
summary: "Set the plan<wbr>Id property: The id of the plan associated with the virtual machine image."
parameters:
- description: "the planId value to set."
name: "planId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public LabVirtualMachineInner withPlanId(String planId)"
desc: "Set the planId property: The id of the plan associated with the virtual machine image."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withScheduleParameters(java.util.List<com.azure.resourcemanager.devtestlabs.models.ScheduleCreationParameter>)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withScheduleParameters(List<ScheduleCreationParameter> scheduleParameters)"
name: "withScheduleParameters(List<ScheduleCreationParameter> scheduleParameters)"
nameWithType: "LabVirtualMachineInner.withScheduleParameters(List<ScheduleCreationParameter> scheduleParameters)"
summary: "Set the schedule<wbr>Parameters property: Virtual Machine schedules to be created."
parameters:
- description: "the scheduleParameters value to set."
name: "scheduleParameters"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.devtestlabs.models.ScheduleCreationParameter?alt=com.azure.resourcemanager.devtestlabs.models.ScheduleCreationParameter&text=ScheduleCreationParameter\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public LabVirtualMachineInner withScheduleParameters(List<ScheduleCreationParameter> scheduleParameters)"
desc: "Set the scheduleParameters property: Virtual Machine schedules to be created."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withSize(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withSize(String size)"
name: "withSize(String size)"
nameWithType: "LabVirtualMachineInner.withSize(String size)"
summary: "Set the size property: The size of the virtual machine."
parameters:
- description: "the size value to set."
name: "size"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public LabVirtualMachineInner withSize(String size)"
desc: "Set the size property: The size of the virtual machine."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withSshKey(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withSshKey(String sshKey)"
name: "withSshKey(String sshKey)"
nameWithType: "LabVirtualMachineInner.withSshKey(String sshKey)"
summary: "Set the ssh<wbr>Key property: The SSH key of the virtual machine administrator."
parameters:
- description: "the sshKey value to set."
name: "sshKey"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public LabVirtualMachineInner withSshKey(String sshKey)"
desc: "Set the sshKey property: The SSH key of the virtual machine administrator."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withStorageType(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withStorageType(String storageType)"
name: "withStorageType(String storageType)"
nameWithType: "LabVirtualMachineInner.withStorageType(String storageType)"
summary: "Set the storage<wbr>Type property: Storage type to use for virtual machine (i.<wbr>e."
parameters:
- description: "the storageType value to set."
name: "storageType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public LabVirtualMachineInner withStorageType(String storageType)"
desc: "Set the storageType property: Storage type to use for virtual machine (i.e. Standard, Premium)."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "LabVirtualMachineInner.withTags(Map<String,String> tags)"
overridden: "com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)"
parameters:
- name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public LabVirtualMachineInner withTags(Map<String,String> tags)"
returns:
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withUsername(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner.withUsername(String username)"
name: "withUsername(String username)"
nameWithType: "LabVirtualMachineInner.withUsername(String username)"
summary: "Set the username property: The user name of the virtual machine."
parameters:
- description: "the username value to set."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public LabVirtualMachineInner withUsername(String username)"
desc: "Set the username property: The user name of the virtual machine."
returns:
description: "the LabVirtualMachineInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVirtualMachineInner&text=LabVirtualMachineInner\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A virtual machine."
metadata: {}
package: "com.azure.resourcemanager.devtestlabs.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0