ArmComputeModelFactory.EventGridAndResourceGraph Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Compute.Models.EventGridAndResourceGraph EventGridAndResourceGraph(bool? isEnabled = default, string scheduledEventsApiVersion = default);
static member EventGridAndResourceGraph : Nullable<bool> * string -> Azure.ResourceManager.Compute.Models.EventGridAndResourceGraph
Public Shared Function EventGridAndResourceGraph (Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional scheduledEventsApiVersion As String = Nothing) As EventGridAndResourceGraph
Parameters
Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
- scheduledEventsApiVersion
- String
Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.
Returns
A new EventGridAndResourceGraph instance for mocking.