次の方法で共有


CloudManifestFileResponse Interface

public interface CloudManifestFileResponse

An immutable client-side representation of CloudManifestFileResponse.

Method Summary

Modifier and Type Method and Description
abstract String etag()

Gets the etag property: The entity tag used for optimistic concurrency when modifying the resource.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract CloudManifestFileResponseInner innerModel()

Gets the inner com.azure.resourcemanager.azurestack.fluent.models.CloudManifestFileResponseInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract CloudManifestFileProperties properties()

Gets the properties property: Cloud specific manifest data.

abstract String type()

Gets the type property: The type of the resource.

Method Details

etag

public abstract String etag()

Gets the etag property: The entity tag used for optimistic concurrency when modifying the resource.

Returns:

the etag value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract CloudManifestFileResponseInner innerModel()

Gets the inner com.azure.resourcemanager.azurestack.fluent.models.CloudManifestFileResponseInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

properties

public abstract CloudManifestFileProperties properties()

Gets the properties property: Cloud specific manifest data.

Returns:

the properties value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to