ArmResourcesPolicyModelFactory.PolicyAliasPattern 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 type of the pattern for an alias path.
public static Azure.ResourceManager.Resources.Policy.Models.PolicyAliasPattern PolicyAliasPattern(string phrase = default, string variable = default, Azure.ResourceManager.Resources.Policy.Models.PolicyAliasPatternType? type = default);
static member PolicyAliasPattern : string * string * Nullable<Azure.ResourceManager.Resources.Policy.Models.PolicyAliasPatternType> -> Azure.ResourceManager.Resources.Policy.Models.PolicyAliasPattern
Public Shared Function PolicyAliasPattern (Optional phrase As String = Nothing, Optional variable As String = Nothing, Optional type As Nullable(Of PolicyAliasPatternType) = Nothing) As PolicyAliasPattern
Parameters
- phrase
- String
The alias pattern phrase.
- variable
- String
The alias pattern variable.
The pattern for an alias path.
Returns
A new PolicyAliasPattern instance for mocking.