ArmResourcesPolicyModelFactory.PolicyDataEffect(String, BinaryData) 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.
The data effect definition.
public static Azure.ResourceManager.Resources.Policy.Models.PolicyDataEffect PolicyDataEffect(string name = default, BinaryData detailsSchema = default);
static member PolicyDataEffect : string * BinaryData -> Azure.ResourceManager.Resources.Policy.Models.PolicyDataEffect
Public Shared Function PolicyDataEffect (Optional name As String = Nothing, Optional detailsSchema As BinaryData = Nothing) As PolicyDataEffect
Parameters
- name
- String
The data effect name.
- detailsSchema
- BinaryData
The data effect details schema.
Returns
A new PolicyDataEffect instance for mocking.