ArtifactInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. devtestlabs. fluent. models. ArtifactInner
- com.
- com.
- com.
public final class ArtifactInner
extends Resource
An artifact.
Constructor Summary
| Constructor | Description |
|---|---|
| ArtifactInner() |
Creates an instance of Artifact |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
createdDate()
Get the created |
| String |
description()
Get the description property: The artifact's description. |
| String |
filePath()
Get the file |
| String |
icon()
Get the icon property: The URI to the artifact icon. |
| Object |
parameters()
Get the parameters property: The artifact's parameters. |
| String |
publisher()
Get the publisher property: The artifact's publisher. |
| String |
targetOsType()
Get the target |
| String |
title()
Get the title property: The artifact's title. |
| void |
validate()
Validates the instance. |
|
Artifact |
withLocation(String location) |
|
Artifact |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
ArtifactInner
public ArtifactInner()
Creates an instance of ArtifactInner class.
Method Details
createdDate
public OffsetDateTime createdDate()
Get the createdDate property: The artifact's creation date.
Returns:
description
public String description()
Get the description property: The artifact's description.
Returns:
filePath
public String filePath()
Get the filePath property: The file path to the artifact.
Returns:
icon
public String icon()
Get the icon property: The URI to the artifact icon.
Returns:
parameters
public Object parameters()
Get the parameters property: The artifact's parameters.
Returns:
publisher
public String publisher()
Get the publisher property: The artifact's publisher.
Returns:
targetOsType
public String targetOsType()
Get the targetOsType property: The artifact's target OS.
Returns:
title
public String title()
Get the title property: The artifact's title.
Returns:
validate
public void validate()
Validates the instance.
withLocation
public ArtifactInner withLocation(String location)
Overrides:
ArtifactInner.withLocation(String location)Parameters:
withTags
public ArtifactInner withTags(Map<String,String> tags)
Overrides:
ArtifactInner.withTags(Map<String,String> tags)Parameters: