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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET