VersionCode Interface

public interface VersionCode

An immutable client-side representation of VersionCode.

Method Summary

Modifier and Type Method and Description
abstract String content()

Gets the content property: The version code deployment content.

abstract VersionCodeInner innerModel()

Gets the inner com.azure.resourcemanager.edgeactions.fluent.models.VersionCodeInner object.

abstract String name()

Gets the name property: The version code name.

Method Details

content

public abstract String content()

Gets the content property: The version code deployment content.

Returns:

the content value.

innerModel

public abstract VersionCodeInner innerModel()

Gets the inner com.azure.resourcemanager.edgeactions.fluent.models.VersionCodeInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The version code name.

Returns:

the name value.

Applies to