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

352 строки
20 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.devtestlabs.models.Disk"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk"
name: "Disk"
nameWithType: "Disk"
summary: "An immutable client-side representation of Disk."
syntax: "public interface **Disk**"
methods:
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.attach(com.azure.resourcemanager.devtestlabs.models.AttachDiskProperties)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.attach(AttachDiskProperties attachDiskProperties)"
name: "attach(AttachDiskProperties attachDiskProperties)"
nameWithType: "Disk.attach(AttachDiskProperties attachDiskProperties)"
summary: "Attach and create the lease of the disk to the virtual machine."
modifiers:
- "abstract"
parameters:
- description: "Properties of the disk to attach."
name: "attachDiskProperties"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.AttachDiskProperties?alt=com.azure.resourcemanager.devtestlabs.models.AttachDiskProperties&text=AttachDiskProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void attach(AttachDiskProperties attachDiskProperties)"
desc: "Attach and create the lease of the disk to the virtual machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.attach(com.azure.resourcemanager.devtestlabs.models.AttachDiskProperties,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.attach(AttachDiskProperties attachDiskProperties, Context context)"
name: "attach(AttachDiskProperties attachDiskProperties, Context context)"
nameWithType: "Disk.attach(AttachDiskProperties attachDiskProperties, Context context)"
summary: "Attach and create the lease of the disk to the virtual machine."
modifiers:
- "abstract"
parameters:
- description: "Properties of the disk to attach."
name: "attachDiskProperties"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.AttachDiskProperties?alt=com.azure.resourcemanager.devtestlabs.models.AttachDiskProperties&text=AttachDiskProperties\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void attach(AttachDiskProperties attachDiskProperties, Context context)"
desc: "Attach and create the lease of the disk to the virtual machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.createdDate()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.createdDate()"
name: "createdDate()"
nameWithType: "Disk.createdDate()"
summary: "Gets the created<wbr>Date property: The creation date of the disk."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime createdDate()"
desc: "Gets the createdDate property: The creation date of the disk."
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.models.Disk.detach(com.azure.resourcemanager.devtestlabs.models.DetachDiskProperties)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.detach(DetachDiskProperties detachDiskProperties)"
name: "detach(DetachDiskProperties detachDiskProperties)"
nameWithType: "Disk.detach(DetachDiskProperties detachDiskProperties)"
summary: "Detach and break the lease of the disk attached to the virtual machine."
modifiers:
- "abstract"
parameters:
- description: "Properties of the disk to detach."
name: "detachDiskProperties"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.DetachDiskProperties?alt=com.azure.resourcemanager.devtestlabs.models.DetachDiskProperties&text=DetachDiskProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void detach(DetachDiskProperties detachDiskProperties)"
desc: "Detach and break the lease of the disk attached to the virtual machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.detach(com.azure.resourcemanager.devtestlabs.models.DetachDiskProperties,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.detach(DetachDiskProperties detachDiskProperties, Context context)"
name: "detach(DetachDiskProperties detachDiskProperties, Context context)"
nameWithType: "Disk.detach(DetachDiskProperties detachDiskProperties, Context context)"
summary: "Detach and break the lease of the disk attached to the virtual machine."
modifiers:
- "abstract"
parameters:
- description: "Properties of the disk to detach."
name: "detachDiskProperties"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.DetachDiskProperties?alt=com.azure.resourcemanager.devtestlabs.models.DetachDiskProperties&text=DetachDiskProperties\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void detach(DetachDiskProperties detachDiskProperties, Context context)"
desc: "Detach and break the lease of the disk attached to the virtual machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.diskBlobName()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.diskBlobName()"
name: "diskBlobName()"
nameWithType: "Disk.diskBlobName()"
summary: "Gets the disk<wbr>Blob<wbr>Name property: When backed by a blob, the name of the VHD blob without extension."
modifiers:
- "abstract"
syntax: "public abstract String diskBlobName()"
desc: "Gets the diskBlobName property: When backed by a blob, the name of the VHD blob without extension."
returns:
description: "the diskBlobName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.diskSizeGiB()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.diskSizeGiB()"
name: "diskSizeGiB()"
nameWithType: "Disk.diskSizeGiB()"
summary: "Gets the disk<wbr>Size<wbr>GiB property: The size of the disk in Gibibytes."
modifiers:
- "abstract"
syntax: "public abstract Integer diskSizeGiB()"
desc: "Gets the diskSizeGiB property: The size of the disk in Gibibytes."
returns:
description: "the diskSizeGiB value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.diskType()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.diskType()"
name: "diskType()"
nameWithType: "Disk.diskType()"
summary: "Gets the disk<wbr>Type property: The storage type for the disk (i.<wbr>e."
modifiers:
- "abstract"
syntax: "public abstract StorageType diskType()"
desc: "Gets the diskType property: The storage type for the disk (i.e. Standard, Premium)."
returns:
description: "the diskType value."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.StorageType?alt=com.azure.resourcemanager.devtestlabs.models.StorageType&text=StorageType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.diskUri()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.diskUri()"
name: "diskUri()"
nameWithType: "Disk.diskUri()"
summary: "Gets the disk<wbr>Uri property: When backed by a blob, the URI of underlying blob."
modifiers:
- "abstract"
syntax: "public abstract String diskUri()"
desc: "Gets the diskUri property: When backed by a blob, the URI of underlying blob."
returns:
description: "the diskUri value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.hostCaching()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.hostCaching()"
name: "hostCaching()"
nameWithType: "Disk.hostCaching()"
summary: "Gets the host<wbr>Caching property: The host caching policy of the disk (i.<wbr>e."
modifiers:
- "abstract"
syntax: "public abstract String hostCaching()"
desc: "Gets the hostCaching property: The host caching policy of the disk (i.e. None, ReadOnly, ReadWrite)."
returns:
description: "the hostCaching value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.id()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.id()"
name: "id()"
nameWithType: "Disk.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.innerModel()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.innerModel()"
name: "innerModel()"
nameWithType: "Disk.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>devtestlabs.<wbr>fluent.<wbr>models.<wbr>Disk<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract DiskInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner&text=DiskInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.leasedByLabVmId()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.leasedByLabVmId()"
name: "leasedByLabVmId()"
nameWithType: "Disk.leasedByLabVmId()"
summary: "Gets the leased<wbr>ByLab<wbr>VmId property: The resource ID of the VM to which this disk is leased."
modifiers:
- "abstract"
syntax: "public abstract String leasedByLabVmId()"
desc: "Gets the leasedByLabVmId property: The resource ID of the VM to which this disk is leased."
returns:
description: "the leasedByLabVmId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.location()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.location()"
name: "location()"
nameWithType: "Disk.location()"
summary: "Gets the location property: The geo-location where the resource lives."
modifiers:
- "abstract"
syntax: "public abstract String location()"
desc: "Gets the location property: The geo-location where the resource lives."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.managedDiskId()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.managedDiskId()"
name: "managedDiskId()"
nameWithType: "Disk.managedDiskId()"
summary: "Gets the managed<wbr>Disk<wbr>Id property: When backed by managed disk, this is the ID of the compute disk resource."
modifiers:
- "abstract"
syntax: "public abstract String managedDiskId()"
desc: "Gets the managedDiskId property: When backed by managed disk, this is the ID of the compute disk resource."
returns:
description: "the managedDiskId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.name()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.name()"
name: "name()"
nameWithType: "Disk.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.provisioningState()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.provisioningState()"
name: "provisioningState()"
nameWithType: "Disk.provisioningState()"
summary: "Gets the provisioning<wbr>State property: The provisioning status of the resource."
modifiers:
- "abstract"
syntax: "public abstract String provisioningState()"
desc: "Gets 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.models.Disk.refresh()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.refresh()"
name: "refresh()"
nameWithType: "Disk.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract Disk refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.Disk?alt=com.azure.resourcemanager.devtestlabs.models.Disk&text=Disk\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "Disk.refresh(Context context)"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Disk refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.Disk?alt=com.azure.resourcemanager.devtestlabs.models.Disk&text=Disk\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.region()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.region()"
name: "region()"
nameWithType: "Disk.region()"
summary: "Gets the region of the resource."
modifiers:
- "abstract"
syntax: "public abstract Region region()"
desc: "Gets the region of the resource."
returns:
description: "the region of the resource."
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.regionName()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.regionName()"
name: "regionName()"
nameWithType: "Disk.regionName()"
summary: "Gets the name of the resource region."
modifiers:
- "abstract"
syntax: "public abstract String regionName()"
desc: "Gets the name of the resource region."
returns:
description: "the name of the resource region."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.resourceGroupName()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "Disk.resourceGroupName()"
summary: "Gets the name of the resource group."
modifiers:
- "abstract"
syntax: "public abstract String resourceGroupName()"
desc: "Gets the name of the resource group."
returns:
description: "the name of the resource group."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.storageAccountId()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.storageAccountId()"
name: "storageAccountId()"
nameWithType: "Disk.storageAccountId()"
summary: "Gets the storage<wbr>Account<wbr>Id property: When backed by a blob, the storage account where the blob is."
modifiers:
- "abstract"
syntax: "public abstract String storageAccountId()"
desc: "Gets the storageAccountId property: When backed by a blob, the storage account where the blob is."
returns:
description: "the storageAccountId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.tags()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.tags()"
name: "tags()"
nameWithType: "Disk.tags()"
summary: "Gets the tags property: Resource tags."
modifiers:
- "abstract"
syntax: "public abstract Map<String,String> tags()"
desc: "Gets the tags property: Resource tags."
returns:
description: "the tags value."
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;"
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.type()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.type()"
name: "type()"
nameWithType: "Disk.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.Disk.uniqueIdentifier()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.uniqueIdentifier()"
name: "uniqueIdentifier()"
nameWithType: "Disk.uniqueIdentifier()"
summary: "Gets the unique<wbr>Identifier property: The unique immutable identifier of a resource (Guid)."
modifiers:
- "abstract"
syntax: "public abstract String uniqueIdentifier()"
desc: "Gets 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.models.Disk.update()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Disk.update()"
name: "update()"
nameWithType: "Disk.update()"
summary: "Begins update for the Disk resource."
modifiers:
- "abstract"
syntax: "public abstract Disk.Update update()"
desc: "Begins update for the Disk resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.Disk.Update?alt=com.azure.resourcemanager.devtestlabs.models.Disk.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of Disk."
metadata: {}
package: "com.azure.resourcemanager.devtestlabs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0