PortalRevisionContract Interface

public interface PortalRevisionContract

An immutable client-side representation of PortalRevisionContract.

Method Summary

Modifier and Type Method and Description
abstract OffsetDateTime createdDateTime()

Gets the createdDateTime property: Portal's revision creation date and time.

abstract String description()

Gets the description property: Portal revision description.

abstract String id()

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

abstract PortalRevisionContractInner innerModel()

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

abstract Boolean isCurrent()

Gets the isCurrent property: Indicates if the portal's revision is public.

abstract String name()

Gets the name property: The name of the resource.

abstract PortalRevisionContract refresh()

Refreshes the resource to sync with Azure.

abstract PortalRevisionContract refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract PortalRevisionStatus status()

Gets the status property: Status of the portal's revision.

abstract String statusDetails()

Gets the statusDetails property: Portal revision publishing status details.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the PortalRevisionContract resource.

abstract OffsetDateTime updatedDateTime()

Gets the updatedDateTime property: Last updated date and time.

Method Details

createdDateTime

public abstract OffsetDateTime createdDateTime()

Gets the createdDateTime property: Portal's revision creation date and time.

Returns:

the createdDateTime value.

description

public abstract String description()

Gets the description property: Portal revision description.

Returns:

the description value.

id

public abstract String id()

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

Returns:

the id value.

innerModel

public abstract PortalRevisionContractInner innerModel()

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

Returns:

the inner object.

isCurrent

public abstract Boolean isCurrent()

Gets the isCurrent property: Indicates if the portal's revision is public.

Returns:

the isCurrent value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

refresh

public abstract PortalRevisionContract refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract PortalRevisionContract 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.

status

public abstract PortalRevisionStatus status()

Gets the status property: Status of the portal's revision.

Returns:

the status value.

statusDetails

public abstract String statusDetails()

Gets the statusDetails property: Portal revision publishing status details.

Returns:

the statusDetails value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract PortalRevisionContract.Update update()

Begins update for the PortalRevisionContract resource.

Returns:

the stage of resource update.

updatedDateTime

public abstract OffsetDateTime updatedDateTime()

Gets the updatedDateTime property: Last updated date and time.

Returns:

the updatedDateTime value.

Applies to