PolicyDefinitionsOperationsExtensions.CreateOrUpdateAtManagementGroup 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.
Creates or updates a policy definition in a management group.
public static Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition CreateOrUpdateAtManagementGroup (this Microsoft.Azure.Management.ResourceManager.IPolicyDefinitionsOperations operations, string policyDefinitionName, Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition parameters, string managementGroupId);
static member CreateOrUpdateAtManagementGroup : Microsoft.Azure.Management.ResourceManager.IPolicyDefinitionsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition * string -> Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition
<Extension()>
Public Function CreateOrUpdateAtManagementGroup (operations As IPolicyDefinitionsOperations, policyDefinitionName As String, parameters As PolicyDefinition, managementGroupId As String) As PolicyDefinition
Parameters
- operations
- IPolicyDefinitionsOperations
The operations group for this extension method.
- policyDefinitionName
- String
The name of the policy definition to create.
- parameters
- PolicyDefinition
The policy definition properties.
- managementGroupId
- String
The ID of the management group.
Returns
Remarks
This operation creates or updates a policy definition in the given management group with the given name.