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

306 строки
17 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.devtestlabs.models.CustomImage"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage"
name: "CustomImage"
nameWithType: "CustomImage"
summary: "An immutable client-side representation of Custom<wbr>Image."
syntax: "public interface **CustomImage**"
methods:
- uid: "com.azure.resourcemanager.devtestlabs.models.CustomImage.author()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.author()"
name: "author()"
nameWithType: "CustomImage.author()"
summary: "Gets the author property: The author of the custom image."
modifiers:
- "abstract"
syntax: "public abstract String author()"
desc: "Gets the author property: The author of the custom image."
returns:
description: "the author value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.CustomImage.creationDate()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.creationDate()"
name: "creationDate()"
nameWithType: "CustomImage.creationDate()"
summary: "Gets the creation<wbr>Date property: The creation date of the custom image."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime creationDate()"
desc: "Gets the creationDate property: The creation date of the custom image."
returns:
description: "the creationDate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.CustomImage.customImagePlan()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.customImagePlan()"
name: "customImagePlan()"
nameWithType: "CustomImage.customImagePlan()"
summary: "Gets the custom<wbr>Image<wbr>Plan property: Storage information about the plan related to this custom image."
modifiers:
- "abstract"
syntax: "public abstract CustomImagePropertiesFromPlan customImagePlan()"
desc: "Gets the customImagePlan property: Storage information about the plan related to this custom image."
returns:
description: "the customImagePlan value."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.CustomImagePropertiesFromPlan?alt=com.azure.resourcemanager.devtestlabs.models.CustomImagePropertiesFromPlan&text=CustomImagePropertiesFromPlan\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.CustomImage.dataDiskStorageInfo()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.dataDiskStorageInfo()"
name: "dataDiskStorageInfo()"
nameWithType: "CustomImage.dataDiskStorageInfo()"
summary: "Gets the data<wbr>Disk<wbr>Storage<wbr>Info property: Storage information about the data disks present in the custom image."
modifiers:
- "abstract"
syntax: "public abstract List<DataDiskStorageTypeInfo> dataDiskStorageInfo()"
desc: "Gets the dataDiskStorageInfo property: Storage information about the data disks present in the custom image."
returns:
description: "the dataDiskStorageInfo 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.DataDiskStorageTypeInfo?alt=com.azure.resourcemanager.devtestlabs.models.DataDiskStorageTypeInfo&text=DataDiskStorageTypeInfo\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.CustomImage.description()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.description()"
name: "description()"
nameWithType: "CustomImage.description()"
summary: "Gets the description property: The description of the custom image."
modifiers:
- "abstract"
syntax: "public abstract String description()"
desc: "Gets the description property: The description of the custom image."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.CustomImage.id()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.id()"
name: "id()"
nameWithType: "CustomImage.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.CustomImage.innerModel()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.innerModel()"
name: "innerModel()"
nameWithType: "CustomImage.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>devtestlabs.<wbr>fluent.<wbr>models.<wbr>Custom<wbr>Image<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract CustomImageInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.CustomImageInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.CustomImageInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.CustomImageInner&text=CustomImageInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.CustomImage.isPlanAuthorized()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.isPlanAuthorized()"
name: "isPlanAuthorized()"
nameWithType: "CustomImage.isPlanAuthorized()"
summary: "Gets the is<wbr>Plan<wbr>Authorized property: Whether or not the custom images underlying offer/plan has been enabled for programmatic deployment."
modifiers:
- "abstract"
syntax: "public abstract Boolean isPlanAuthorized()"
desc: "Gets the isPlanAuthorized property: Whether or not the custom images underlying offer/plan has been enabled for programmatic deployment."
returns:
description: "the isPlanAuthorized value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.CustomImage.location()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.location()"
name: "location()"
nameWithType: "CustomImage.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.CustomImage.managedImageId()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.managedImageId()"
name: "managedImageId()"
nameWithType: "CustomImage.managedImageId()"
summary: "Gets the managed<wbr>Image<wbr>Id property: The Managed Image Id backing the custom image."
modifiers:
- "abstract"
syntax: "public abstract String managedImageId()"
desc: "Gets the managedImageId property: The Managed Image Id backing the custom image."
returns:
description: "the managedImageId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.CustomImage.managedSnapshotId()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.managedSnapshotId()"
name: "managedSnapshotId()"
nameWithType: "CustomImage.managedSnapshotId()"
summary: "Gets the managed<wbr>Snapshot<wbr>Id property: The Managed Snapshot Id backing the custom image."
modifiers:
- "abstract"
syntax: "public abstract String managedSnapshotId()"
desc: "Gets the managedSnapshotId property: The Managed Snapshot Id backing the custom image."
returns:
description: "the managedSnapshotId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.CustomImage.name()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.name()"
name: "name()"
nameWithType: "CustomImage.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.CustomImage.provisioningState()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.provisioningState()"
name: "provisioningState()"
nameWithType: "CustomImage.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.CustomImage.refresh()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.refresh()"
name: "refresh()"
nameWithType: "CustomImage.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract CustomImage refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.CustomImage?alt=com.azure.resourcemanager.devtestlabs.models.CustomImage&text=CustomImage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.CustomImage.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "CustomImage.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 CustomImage refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.CustomImage?alt=com.azure.resourcemanager.devtestlabs.models.CustomImage&text=CustomImage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.CustomImage.region()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.region()"
name: "region()"
nameWithType: "CustomImage.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.CustomImage.regionName()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.regionName()"
name: "regionName()"
nameWithType: "CustomImage.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.CustomImage.resourceGroupName()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "CustomImage.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.CustomImage.tags()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.tags()"
name: "tags()"
nameWithType: "CustomImage.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.CustomImage.type()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.type()"
name: "type()"
nameWithType: "CustomImage.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.CustomImage.uniqueIdentifier()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.uniqueIdentifier()"
name: "uniqueIdentifier()"
nameWithType: "CustomImage.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.CustomImage.update()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.update()"
name: "update()"
nameWithType: "CustomImage.update()"
summary: "Begins update for the Custom<wbr>Image resource."
modifiers:
- "abstract"
syntax: "public abstract CustomImage.Update update()"
desc: "Begins update for the CustomImage resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.CustomImage.Update?alt=com.azure.resourcemanager.devtestlabs.models.CustomImage.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.CustomImage.vhd()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.vhd()"
name: "vhd()"
nameWithType: "CustomImage.vhd()"
summary: "Gets the vhd property: The VHD from which the image is to be created."
modifiers:
- "abstract"
syntax: "public abstract CustomImagePropertiesCustom vhd()"
desc: "Gets the vhd property: The VHD from which the image is to be created."
returns:
description: "the vhd value."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.CustomImagePropertiesCustom?alt=com.azure.resourcemanager.devtestlabs.models.CustomImagePropertiesCustom&text=CustomImagePropertiesCustom\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.CustomImage.vm()"
fullName: "com.azure.resourcemanager.devtestlabs.models.CustomImage.vm()"
name: "vm()"
nameWithType: "CustomImage.vm()"
summary: "Gets the vm property: The virtual machine from which the image is to be created."
modifiers:
- "abstract"
syntax: "public abstract CustomImagePropertiesFromVm vm()"
desc: "Gets the vm property: The virtual machine from which the image is to be created."
returns:
description: "the vm value."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.CustomImagePropertiesFromVm?alt=com.azure.resourcemanager.devtestlabs.models.CustomImagePropertiesFromVm&text=CustomImagePropertiesFromVm\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of CustomImage."
metadata: {}
package: "com.azure.resourcemanager.devtestlabs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0