PolicyDefinitionsOperationsExtensions.GetBuiltIn 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.
Retrieves a built-in policy definition.
public static Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition GetBuiltIn (this Microsoft.Azure.Management.ResourceManager.IPolicyDefinitionsOperations operations, string policyDefinitionName);
static member GetBuiltIn : Microsoft.Azure.Management.ResourceManager.IPolicyDefinitionsOperations * string -> Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition
<Extension()>
Public Function GetBuiltIn (operations As IPolicyDefinitionsOperations, policyDefinitionName As String) As PolicyDefinition
Parameters
- operations
- IPolicyDefinitionsOperations
The operations group for this extension method.
- policyDefinitionName
- String
The name of the built-in policy definition to get.
Returns
Remarks
This operation retrieves the built-in policy definition with the given name.