Skip to content

Commit 15fd529

Browse files
authored
Merge pull request #678 from MicrosoftDocs/main
Merge to Live
2 parents b71802b + 68578cf commit 15fd529

File tree

99 files changed

+60297
-209
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+60297
-209
lines changed

microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Microsoft.Graph.Beta.Applications.md

Lines changed: 936 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
---
2+
external help file: Microsoft.Graph.Beta.Applications-help.xml
3+
Module Name: Microsoft.Graph.Beta.Applications
4+
online version: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaonpremisepublishingprofileagentgrouponpremiseagentgroupbyref
5+
schema: 2.0.0
6+
---
7+
8+
# Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef
9+
10+
## SYNOPSIS
11+
Delete ref of navigation property agentGroups for onPremisesPublishingProfiles
12+
13+
## SYNTAX
14+
15+
## DESCRIPTION
16+
Delete ref of navigation property agentGroups for onPremisesPublishingProfiles
17+
18+
## PARAMETERS
19+
20+
### CommonParameters
21+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
22+
23+
## INPUTS
24+
25+
### Microsoft.Graph.Beta.PowerShell.Models.IApplicationsIdentity
26+
### System.Collections.IDictionary
27+
## OUTPUTS
28+
29+
### System.Boolean
30+
## NOTES
31+
COMPLEX PARAMETER PROPERTIES
32+
33+
To create the parameters described below, construct a hash table containing the appropriate properties.
34+
For information on hash tables, run Get-Help about_Hash_Tables.
35+
36+
INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
37+
- `[AppId <String>]`: Alternate key of application
38+
- `[AppManagementPolicyId <String>]`: The unique identifier of appManagementPolicy
39+
- `[AppRoleAssignmentId <String>]`: The unique identifier of appRoleAssignment
40+
- `[ApplicationId <String>]`: The unique identifier of application
41+
- `[ApplicationTemplateId <String>]`: The unique identifier of applicationTemplate
42+
- `[ClaimsMappingPolicyId <String>]`: The unique identifier of claimsMappingPolicy
43+
- `[ConnectorGroupId <String>]`: The unique identifier of connectorGroup
44+
- `[ConnectorId <String>]`: The unique identifier of connector
45+
- `[DelegatedPermissionClassificationId <String>]`: The unique identifier of delegatedPermissionClassification
46+
- `[DirectoryDefinitionId <String>]`: The unique identifier of directoryDefinition
47+
- `[DirectoryObjectId <String>]`: The unique identifier of directoryObject
48+
- `[EndpointId <String>]`: The unique identifier of endpoint
49+
- `[ExtensionPropertyId <String>]`: The unique identifier of extensionProperty
50+
- `[FederatedIdentityCredentialId <String>]`: The unique identifier of federatedIdentityCredential
51+
- `[GroupId <String>]`: The unique identifier of group
52+
- `[HomeRealmDiscoveryPolicyId <String>]`: The unique identifier of homeRealmDiscoveryPolicy
53+
- `[IPApplicationSegmentId <String>]`: The unique identifier of ipApplicationSegment
54+
- `[LicenseDetailsId <String>]`: The unique identifier of licenseDetails
55+
- `[Name <String>]`: Alternate key of federatedIdentityCredential
56+
- `[OAuth2PermissionGrantId <String>]`: The unique identifier of oAuth2PermissionGrant
57+
- `[OnPremisesAgentGroupId <String>]`: The unique identifier of onPremisesAgentGroup
58+
- `[OnPremisesAgentGroupId1 <String>]`: The unique identifier of onPremisesAgentGroup
59+
- `[OnPremisesAgentId <String>]`: The unique identifier of onPremisesAgent
60+
- `[OnPremisesPublishingProfileId <String>]`: The unique identifier of onPremisesPublishingProfile
61+
- `[PermissionGrantPreApprovalPolicyId <String>]`: The unique identifier of permissionGrantPreApprovalPolicy
62+
- `[PublishedResourceId <String>]`: The unique identifier of publishedResource
63+
- `[ServicePrincipalId <String>]`: The unique identifier of servicePrincipal
64+
- `[SynchronizationJobId <String>]`: The unique identifier of synchronizationJob
65+
- `[SynchronizationTemplateId <String>]`: The unique identifier of synchronizationTemplate
66+
- `[TargetDeviceGroupId <String>]`: The unique identifier of targetDeviceGroup
67+
- `[TokenIssuancePolicyId <String>]`: The unique identifier of tokenIssuancePolicy
68+
- `[TokenLifetimePolicyId <String>]`: The unique identifier of tokenLifetimePolicy
69+
- `[UniqueName <String>]`: Alternate key of application
70+
- `[UserId <String>]`: The unique identifier of user
71+
72+
## RELATED LINKS
73+
74+
[https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaonpremisepublishingprofileagentgrouponpremiseagentgroupbyref](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaonpremisepublishingprofileagentgrouponpremiseagentgroupbyref)
75+
76+
77+
78+
79+
80+
81+
82+
83+
84+
85+
86+
87+
88+
89+
90+
91+
92+
93+
94+
95+
96+
97+
98+

0 commit comments

Comments
 (0)