Interface CacheContract
public interface CacheContract
An immutable client-side representation of CacheContract.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the CacheContract definition.static interfaceThe CacheContract definition stages.static interfaceThe template for CacheContract update.static interfaceThe CacheContract update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the connectionString property: Runtime connection string to cache.Gets the description property: Cache description.id()Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.CacheContractInner object.name()Gets the name property: The name of the resource.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.Gets the resourceId property: Original uri of entity in external system cache points to.type()Gets the type property: The type of the resource.update()Begins update for the CacheContract resource.Gets the useFromLocation property: Location identifier to use cache from (should be either 'default' or valid Azure region identifier).
-
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: Cache description.- Returns:
- the description value.
-
connectionString
String connectionString()Gets the connectionString property: Runtime connection string to cache.- Returns:
- the connectionString value.
-
useFromLocation
String useFromLocation()Gets the useFromLocation property: Location identifier to use cache from (should be either 'default' or valid Azure region identifier).- Returns:
- the useFromLocation value.
-
resourceId
String resourceId()Gets the resourceId property: Original uri of entity in external system cache points to.- Returns:
- the resourceId value.
-
resourceGroupName
String resourceGroupName()Gets the name of the resource group.- Returns:
- the name of the resource group.
-
innerModel
CacheContractInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.CacheContractInner object.- Returns:
- the inner object.
-
update
CacheContract.Update update()Begins update for the CacheContract resource.- Returns:
- the stage of resource update.
-
refresh
CacheContract 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.
-