public class ManagedArtifact extends Object
| Constructor and Description |
|---|
ManagedArtifact() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get the managed artifact id.
|
ManagedArtifact |
withId(String id)
Set the managed artifact id.
|
public String id()
public ManagedArtifact withId(String id)
id - the id value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/