RulesEngine Interface
public interface RulesEngine
An immutable client-side representation of RulesEngine.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
abstract
Rules |
innerModel()
Gets the inner com. |
abstract String |
name()
Gets the name property: The name of the resource. |
abstract
Rules |
refresh()
Refreshes the resource to sync with Azure. |
abstract
Rules |
refresh(Context context)
Refreshes the resource to sync with Azure. |
abstract String |
resourceGroupName()
Gets the name of the resource group. |
abstract
Front |
resourceState()
Gets the resource |
abstract
List<Rules |
rules()
Gets the rules property: A list of rules that define a particular Rules Engine Configuration. |
abstract String |
type()
Gets the type property: The type of the resource. |
abstract Update |
update()
Begins update for the Rules |
Method Details
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract RulesEngineInner innerModel()
Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.RulesEngineInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
refresh
public abstract RulesEngine refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract RulesEngine refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
resourceState
public abstract FrontDoorResourceState resourceState()
Gets the resourceState property: Resource status of the Front Door or Front Door SubResource.
Resource status.
Returns:
rules
public abstract List
Gets the rules property: A list of rules that define a particular Rules Engine Configuration.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract RulesEngine.Update update()
Begins update for the RulesEngine resource.
Returns:
Applies to
Azure SDK for Java