Class EventGridAndResourceGraph
java.lang.Object
com.azure.resourcemanager.compute.models.EventGridAndResourceGraph
Specifies eventGridAndResourceGraph related Scheduled Event related configurations.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of EventGridAndResourceGraph class. -
Method Summary
Modifier and TypeMethodDescriptionenable()Get the enable property: Specifies if event grid and resource graph is enabled for Scheduled event related configurations.voidvalidate()Validates the instance.withEnable(Boolean enable) Set the enable property: Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
-
Constructor Details
-
EventGridAndResourceGraph
public EventGridAndResourceGraph()Creates an instance of EventGridAndResourceGraph class.
-
-
Method Details
-
enable
Get the enable property: Specifies if event grid and resource graph is enabled for Scheduled event related configurations.- Returns:
- the enable value.
-
withEnable
Set the enable property: Specifies if event grid and resource graph is enabled for Scheduled event related configurations.- Parameters:
enable- the enable value to set.- Returns:
- the EventGridAndResourceGraph object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-