Interface PortalRevisionContract
public interface PortalRevisionContract
An immutable client-side representation of PortalRevisionContract.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the PortalRevisionContract definition.static interfaceThe PortalRevisionContract definition stages.static interfaceThe template for PortalRevisionContract update.static interfaceThe PortalRevisionContract update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the createdDateTime property: Portal's revision creation date and time.Gets the description property: Portal revision description.id()Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.PortalRevisionContractInner object.Gets the isCurrent property: Indicates if the portal's revision is public.name()Gets the name property: The name of the resource.Gets the provisioningState property: The provisioning state.refresh()Refreshes the resource to sync with Azure.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Gets the name of the resource group.status()Gets the status property: Status of the portal's revision.Gets the statusDetails property: Portal revision publishing status details.type()Gets the type property: The type of the resource.update()Begins update for the PortalRevisionContract resource.Gets the updatedDateTime property: Last updated date and time.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
description
String description()Gets the description property: Portal revision description.- Returns:
- the description value.
-
statusDetails
String statusDetails()Gets the statusDetails property: Portal revision publishing status details.- Returns:
- the statusDetails value.
-
status
PortalRevisionStatus status()Gets the status property: Status of the portal's revision.- Returns:
- the status value.
-
isCurrent
Boolean isCurrent()Gets the isCurrent property: Indicates if the portal's revision is public.- Returns:
- the isCurrent value.
-
createdDateTime
OffsetDateTime createdDateTime()Gets the createdDateTime property: Portal's revision creation date and time.- Returns:
- the createdDateTime value.
-
updatedDateTime
OffsetDateTime updatedDateTime()Gets the updatedDateTime property: Last updated date and time.- Returns:
- the updatedDateTime value.
-
provisioningState
String provisioningState()Gets the provisioningState property: The provisioning state.- Returns:
- the provisioningState value.
-
resourceGroupName
String resourceGroupName()Gets the name of the resource group.- Returns:
- the name of the resource group.
-
innerModel
PortalRevisionContractInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.PortalRevisionContractInner object.- Returns:
- the inner object.
-
update
PortalRevisionContract.Update update()Begins update for the PortalRevisionContract resource.- Returns:
- the stage of resource update.
-
refresh
PortalRevisionContract refresh()Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
Refreshes the resource to sync with Azure.- Parameters:
context- The context to associate with this operation.- Returns:
- the refreshed resource.
-