ApiReleaseContract Interface

public interface ApiReleaseContract

An immutable client-side representation of ApiReleaseContract.

Method Summary

Modifier and Type Method and Description
abstract String apiId()

Gets the apiId property: Identifier of the API the release belongs to.

abstract OffsetDateTime createdDateTime()

Gets the createdDateTime property: The time the API was released.

abstract String id()

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

abstract ApiReleaseContractInner innerModel()

Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ApiReleaseContractInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract String notes()

Gets the notes property: Release Notes.

abstract ApiReleaseContract refresh()

Refreshes the resource to sync with Azure.

abstract ApiReleaseContract refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the ApiReleaseContract resource.

abstract OffsetDateTime updatedDateTime()

Gets the updatedDateTime property: The time the API release was updated.

Method Details

apiId

public abstract String apiId()

Gets the apiId property: Identifier of the API the release belongs to.

Returns:

the apiId value.

createdDateTime

public abstract OffsetDateTime createdDateTime()

Gets the createdDateTime property: The time the API was released. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.

Returns:

the createdDateTime value.

id

public abstract String id()

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

Returns:

the id value.

innerModel

public abstract ApiReleaseContractInner innerModel()

Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ApiReleaseContractInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

notes

public abstract String notes()

Gets the notes property: Release Notes.

Returns:

the notes value.

refresh

public abstract ApiReleaseContract refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract ApiReleaseContract refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract ApiReleaseContract.Update update()

Begins update for the ApiReleaseContract resource.

Returns:

the stage of resource update.

updatedDateTime

public abstract OffsetDateTime updatedDateTime()

Gets the updatedDateTime property: The time the API release was updated.

Returns:

the updatedDateTime value.

Applies to