Az.Resources

En este tema se muestran temas de ayuda para los cmdlets de Azure Resource Manager.

Active Directory

Add-AzADGroupMember

Adds a user to an existing AD group.

Get-AzADAppCredential

Retrieves a list of credentials associated with an application.

Get-AzADApplication

Lists existing Microsoft Entra applications.

Get-AzADGroup

Filters active directory groups.

Get-AzADGroupMember

Lists members of an AD group in the current tenant.

Get-AzADServicePrincipal

Filters active directory service principals.

Get-AzADSpCredential

Retrieves a list of credentials associated with a service principal.

Get-AzADUser

Filters active directory users.

New-AzADAppCredential

Adds a credential to an existing application.

New-AzADApplication

Creates a new Microsoft Entra application.

New-AzADGroup

Creates a new active directory group.

New-AzADServicePrincipal

Creates a new Microsoft Entra service principal.

New-AzADSpCredential

Adds a credential to an existing service principal.

New-AzADUser

Creates a new active directory user.

Remove-AzADAppCredential

Removes a credential from an application.

Remove-AzADApplication

Deletes the Microsoft Entra application.

Remove-AzADGroup

Deletes an active directory group.

Remove-AzADGroupMember

Removes a user from an AD group.

Remove-AzADServicePrincipal

Deletes the Microsoft Entra service principal.

Remove-AzADSpCredential

Removes a credential from a service principal.

Remove-AzADUser

Deletes an active directory user.

Update-AzADApplication

Updates an existing Microsoft Entra application.

Update-AzADServicePrincipal

Updates an existing Microsoft Entra service principal.

Update-AzADUser

Updates an existing active directory user.

Directivas

Get-AzPolicyAssignment

Gets policy assignments.

Get-AzPolicyDefinition

Gets policy definitions.

Get-AzPolicySetDefinition

Gets policy set definitions.

New-AzPolicyAssignment

Creates a policy assignment.

New-AzPolicyDefinition

Creates a policy definition.

New-AzPolicySetDefinition

Creates a policy set definition.

Remove-AzPolicyAssignment

Removes a policy assignment.

Remove-AzPolicyDefinition

Removes a policy definition.

Remove-AzPolicySetDefinition

Removes a policy set definition.

Set-AzPolicyAssignment

Modifies a policy assignment.

Set-AzPolicyDefinition

Modifies a policy definition.

Set-AzPolicySetDefinition

Modifies a policy set definition

Recursos

Export-AzResourceGroup

Captures a resource group as a template and saves it to a file.

Get-AzDeployment

Get deployment

Get-AzDeploymentOperation

Get deployment operation

Get-AzLocation

Gets all locations and the supported resource providers for each location.

Get-AzManagedApplication

Gets managed applications

Get-AzManagedApplicationDefinition

Gets managed application definitions

Get-AzManagementGroup

Gets Management Group(s)

Get-AzProviderFeature

Gets information about Azure provider features.

Get-AzProviderOperation

Gets the operations for an Azure resource provider that are securable using Azure RBAC.

Get-AzResource

Gets resources.

Get-AzResourceGroup

Gets resource groups.

Get-AzResourceGroupDeployment

Gets the deployments in a resource group.

Get-AzResourceGroupDeploymentOperation

Gets the resource group deployment operation

Get-AzResourceLock

Gets a resource lock.

Get-AzResourceProvider

Gets a resource provider.

Get-AzRoleAssignment

Lists Azure RBAC role assignments at the specified scope. By default it lists all role assignments in the selected Azure subscription. Use respective parameters to list assignments to a specific user, or to list assignments on a specific resource group or resource.

Get-AzRoleDefinition

Lists all Azure RBAC roles that are available for assignment.

Get-AzTag

Gets predefined Azure tags.

Invoke-AzResourceAction

Invokes an action on a resource.

Move-AzResource

Moves a resource to a different resource group or subscription.

New-AzDeployment

Creat a deployment

New-AzManagedApplication

Creates an Azure managed application.

New-AzManagedApplicationDefinition

Creates a managed application definition.

New-AzManagementGroup

Creates a Management Group

New-AzManagementGroupSubscription

Adds a Subscription to a Management Group.

New-AzResource

Creates a resource.

New-AzResourceGroup

Creates an Azure resource group.

New-AzResourceGroupDeployment

Adds an Azure deployment to a resource group.

New-AzResourceLock

Creates a resource lock.

New-AzRoleAssignment

Assigns the specified RBAC role to the specified principal, at the specified scope.

New-AzRoleDefinition

Creates a custom role in Azure RBAC. Provide either a JSON role definition file or a PSRoleDefinition object as input. First, use the Get-AzRoleDefinition command to generate a baseline role definition object. Then, modify its properties as required. Finally, use this command to create a custom role using role definition.

New-AzTag

Creates a predefined Azure tag or adds values to an existing tag.

Register-AzProviderFeature

Registers an Azure provider feature in your account.

Register-AzResourceProvider

Registers a resource provider.

Remove-AzDeployment

Removes a deployment and any associated operations

Remove-AzManagedApplication

Removes a managed application

Remove-AzManagedApplicationDefinition

Removes a managed application definition

Remove-AzManagementGroup

Removes a Management Group

Remove-AzManagementGroupSubscription

Removes a Subscription from a Management Group.

Remove-AzResource

Removes a resource.

Remove-AzResourceGroup

Removes a resource group.

Remove-AzResourceGroupDeployment

Removes a resource group deployment and any associated operations.

Remove-AzResourceLock

Removes a resource lock.

Remove-AzRoleAssignment

Removes a role assignment to the specified principal who is assigned to a particular role at a particular scope.

Remove-AzRoleDefinition

Deletes a custom role in Azure RBAC. The role to be deleted is specified using the Id property of the role. Delete will fail if there are existing role assignments made to the custom role.

Remove-AzTag

Deletes predefined Azure tags or values.

Save-AzDeploymentTemplate

Saves a deployment template to a file.

Save-AzResourceGroupDeploymentTemplate

Saves a resource group deployment template to a file.

Set-AzManagedApplication

Updates managed application

Set-AzManagedApplicationDefinition

Updates managed application definition

Set-AzResource

Modifies a resource.

Set-AzResourceGroup

Modifies a resource group.

Set-AzResourceLock

Modifies a resource lock.

Set-AzRoleDefinition

Modifies a custom role in Azure RBAC. Provide the modified role definition either as a JSON file or as a PSRoleDefinition. First, use the Get-AzRoleDefinition command to retrieve the custom role that you wish to modify. Then, modify the properties that you wish to change. Finally, save the role definition using this command.

Stop-AzDeployment

Cancal a running deployment

Stop-AzResourceGroupDeployment

Cancels a resource group deployment.

Test-AzDeployment

Validates a deployment.

Test-AzResourceGroupDeployment

Validates a resource group deployment.

Unregister-AzResourceProvider

Unregisters a resource provider.

Update-AzManagementGroup

Updates a Management Group