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

182 строки
8.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.devtestlabs.models.Artifact"
fullName: "com.azure.resourcemanager.devtestlabs.models.Artifact"
name: "Artifact"
nameWithType: "Artifact"
summary: "An immutable client-side representation of Artifact."
syntax: "public interface **Artifact**"
methods:
- uid: "com.azure.resourcemanager.devtestlabs.models.Artifact.createdDate()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Artifact.createdDate()"
name: "createdDate()"
nameWithType: "Artifact.createdDate()"
summary: "Gets the created<wbr>Date property: The artifact's creation date."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime createdDate()"
desc: "Gets the createdDate property: The artifact's creation date."
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.Artifact.description()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Artifact.description()"
name: "description()"
nameWithType: "Artifact.description()"
summary: "Gets the description property: The artifact's description."
modifiers:
- "abstract"
syntax: "public abstract String description()"
desc: "Gets the description property: The artifact's description."
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.Artifact.filePath()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Artifact.filePath()"
name: "filePath()"
nameWithType: "Artifact.filePath()"
summary: "Gets the file<wbr>Path property: The file path to the artifact."
modifiers:
- "abstract"
syntax: "public abstract String filePath()"
desc: "Gets the filePath property: The file path to the artifact."
returns:
description: "the filePath value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.Artifact.icon()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Artifact.icon()"
name: "icon()"
nameWithType: "Artifact.icon()"
summary: "Gets the icon property: The URI to the artifact icon."
modifiers:
- "abstract"
syntax: "public abstract String icon()"
desc: "Gets the icon property: The URI to the artifact icon."
returns:
description: "the icon value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.Artifact.id()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Artifact.id()"
name: "id()"
nameWithType: "Artifact.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.Artifact.innerModel()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Artifact.innerModel()"
name: "innerModel()"
nameWithType: "Artifact.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>devtestlabs.<wbr>fluent.<wbr>models.<wbr>Artifact<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract ArtifactInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.ArtifactInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.ArtifactInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.ArtifactInner&text=ArtifactInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.Artifact.location()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Artifact.location()"
name: "location()"
nameWithType: "Artifact.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.Artifact.name()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Artifact.name()"
name: "name()"
nameWithType: "Artifact.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.Artifact.parameters()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Artifact.parameters()"
name: "parameters()"
nameWithType: "Artifact.parameters()"
summary: "Gets the parameters property: The artifact's parameters."
modifiers:
- "abstract"
syntax: "public abstract Object parameters()"
desc: "Gets the parameters property: The artifact's parameters."
returns:
description: "the parameters value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.Artifact.publisher()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Artifact.publisher()"
name: "publisher()"
nameWithType: "Artifact.publisher()"
summary: "Gets the publisher property: The artifact's publisher."
modifiers:
- "abstract"
syntax: "public abstract String publisher()"
desc: "Gets the publisher property: The artifact's publisher."
returns:
description: "the publisher value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.Artifact.tags()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Artifact.tags()"
name: "tags()"
nameWithType: "Artifact.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.Artifact.targetOsType()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Artifact.targetOsType()"
name: "targetOsType()"
nameWithType: "Artifact.targetOsType()"
summary: "Gets the target<wbr>OsType property: The artifact's target OS."
modifiers:
- "abstract"
syntax: "public abstract String targetOsType()"
desc: "Gets the targetOsType property: The artifact's target OS."
returns:
description: "the targetOsType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.Artifact.title()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Artifact.title()"
name: "title()"
nameWithType: "Artifact.title()"
summary: "Gets the title property: The artifact's title."
modifiers:
- "abstract"
syntax: "public abstract String title()"
desc: "Gets the title property: The artifact's title."
returns:
description: "the title value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.Artifact.type()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Artifact.type()"
name: "type()"
nameWithType: "Artifact.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>"
type: "interface"
desc: "An immutable client-side representation of Artifact."
metadata: {}
package: "com.azure.resourcemanager.devtestlabs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0