Uses of Interface
com.azure.resourcemanager.apimanagement.models.CacheContract.DefinitionStages.WithCreate
Packages that use CacheContract.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of CacheContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.models
Subinterfaces of CacheContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the CacheContract definition.Methods in com.azure.resourcemanager.apimanagement.models that return CacheContract.DefinitionStages.WithCreateModifier and TypeMethodDescriptionCacheContract.DefinitionStages.WithConnectionString.withConnectionString(String connectionString) Specifies the connectionString property: Runtime connection string to cache.CacheContract.DefinitionStages.WithDescription.withDescription(String description) Specifies the description property: Cache description.CacheContract.DefinitionStages.WithParentResource.withExistingService(String resourceGroupName, String serviceName) Specifies resourceGroupName, serviceName.CacheContract.DefinitionStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.CacheContract.DefinitionStages.WithResourceId.withResourceId(String resourceId) Specifies the resourceId property: Original uri of entity in external system cache points to.CacheContract.DefinitionStages.WithUseFromLocation.withUseFromLocation(String useFromLocation) Specifies the useFromLocation property: Location identifier to use cache from (should be either 'default' or valid Azure region identifier).