ApplicationArtifact Class

  • java.lang.Object
    • com.azure.resourcemanager.managedapplications.models.ApplicationArtifact

public final class ApplicationArtifact

Managed application artifact.

Constructor Summary

Constructor Description
ApplicationArtifact()

Creates an instance of ApplicationArtifact class.

Method Summary

Modifier and Type Method and Description
ApplicationArtifactName name()

Get the name property: The managed application artifact name.

ApplicationArtifactType type()

Get the type property: The managed application artifact type.

String uri()

Get the uri property: The managed application artifact blob uri.

void validate()

Validates the instance.

ApplicationArtifact withName(ApplicationArtifactName name)

Set the name property: The managed application artifact name.

ApplicationArtifact withType(ApplicationArtifactType type)

Set the type property: The managed application artifact type.

ApplicationArtifact withUri(String uri)

Set the uri property: The managed application artifact blob uri.

Methods inherited from java.lang.Object

Constructor Details

ApplicationArtifact

public ApplicationArtifact()

Creates an instance of ApplicationArtifact class.

Method Details

name

public ApplicationArtifactName name()

Get the name property: The managed application artifact name.

Returns:

the name value.

type

public ApplicationArtifactType type()

Get the type property: The managed application artifact type.

Returns:

the type value.

uri

public String uri()

Get the uri property: The managed application artifact blob uri.

Returns:

the uri value.

validate

public void validate()

Validates the instance.

withName

public ApplicationArtifact withName(ApplicationArtifactName name)

Set the name property: The managed application artifact name.

Parameters:

name - the name value to set.

Returns:

the ApplicationArtifact object itself.

withType

public ApplicationArtifact withType(ApplicationArtifactType type)

Set the type property: The managed application artifact type.

Parameters:

type - the type value to set.

Returns:

the ApplicationArtifact object itself.

withUri

public ApplicationArtifact withUri(String uri)

Set the uri property: The managed application artifact blob uri.

Parameters:

uri - the uri value to set.

Returns:

the ApplicationArtifact object itself.

Applies to