Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDelegatedPermissionClassificationInner
-
Packages that use MicrosoftGraphDelegatedPermissionClassificationInner Package Description com.azure.resourcemanager.authorization.fluent Package containing the service clients for AuthorizationManagementClient.com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphDelegatedPermissionClassificationInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return MicrosoftGraphDelegatedPermissionClassificationInner Modifier and Type Method Description MicrosoftGraphDelegatedPermissionClassificationInnerServicePrincipalsClient. createDelegatedPermissionClassifications(String servicePrincipalId, MicrosoftGraphDelegatedPermissionClassificationInner body)Create new navigation property to delegatedPermissionClassifications for servicePrincipals.MicrosoftGraphDelegatedPermissionClassificationInnerServicePrincipalsClient. getDelegatedPermissionClassifications(String servicePrincipalId, String delegatedPermissionClassificationId)Get delegatedPermissionClassifications from servicePrincipals.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type MicrosoftGraphDelegatedPermissionClassificationInner Modifier and Type Method Description Mono<MicrosoftGraphDelegatedPermissionClassificationInner>ServicePrincipalsClient. createDelegatedPermissionClassificationsAsync(String servicePrincipalId, MicrosoftGraphDelegatedPermissionClassificationInner body)Create new navigation property to delegatedPermissionClassifications for servicePrincipals.com.azure.core.http.rest.Response<MicrosoftGraphDelegatedPermissionClassificationInner>ServicePrincipalsClient. createDelegatedPermissionClassificationsWithResponse(String servicePrincipalId, MicrosoftGraphDelegatedPermissionClassificationInner body, com.azure.core.util.Context context)Create new navigation property to delegatedPermissionClassifications for servicePrincipals.Mono<com.azure.core.http.rest.Response<MicrosoftGraphDelegatedPermissionClassificationInner>>ServicePrincipalsClient. createDelegatedPermissionClassificationsWithResponseAsync(String servicePrincipalId, MicrosoftGraphDelegatedPermissionClassificationInner body)Create new navigation property to delegatedPermissionClassifications for servicePrincipals.Mono<MicrosoftGraphDelegatedPermissionClassificationInner>ServicePrincipalsClient. getDelegatedPermissionClassificationsAsync(String servicePrincipalId, String delegatedPermissionClassificationId)Get delegatedPermissionClassifications from servicePrincipals.Mono<MicrosoftGraphDelegatedPermissionClassificationInner>ServicePrincipalsClient. getDelegatedPermissionClassificationsAsync(String servicePrincipalId, String delegatedPermissionClassificationId, List<ServicePrincipalsSelect> select, List<String> expand)Get delegatedPermissionClassifications from servicePrincipals.com.azure.core.http.rest.Response<MicrosoftGraphDelegatedPermissionClassificationInner>ServicePrincipalsClient. getDelegatedPermissionClassificationsWithResponse(String servicePrincipalId, String delegatedPermissionClassificationId, List<ServicePrincipalsSelect> select, List<String> expand, com.azure.core.util.Context context)Get delegatedPermissionClassifications from servicePrincipals.Mono<com.azure.core.http.rest.Response<MicrosoftGraphDelegatedPermissionClassificationInner>>ServicePrincipalsClient. getDelegatedPermissionClassificationsWithResponseAsync(String servicePrincipalId, String delegatedPermissionClassificationId, List<ServicePrincipalsSelect> select, List<String> expand)Get delegatedPermissionClassifications from servicePrincipals.com.azure.core.http.rest.PagedIterable<MicrosoftGraphDelegatedPermissionClassificationInner>ServicePrincipalsClient. listDelegatedPermissionClassifications(String servicePrincipalId)Get delegatedPermissionClassifications from servicePrincipals.com.azure.core.http.rest.PagedIterable<MicrosoftGraphDelegatedPermissionClassificationInner>ServicePrincipalsClient. listDelegatedPermissionClassifications(String servicePrincipalId, Integer top, Integer skip, String search, String filter, Boolean count, List<ServicePrincipalsOrderby> orderby, List<ServicePrincipalsSelect> select, List<String> expand, com.azure.core.util.Context context)Get delegatedPermissionClassifications from servicePrincipals.com.azure.core.http.rest.PagedFlux<MicrosoftGraphDelegatedPermissionClassificationInner>ServicePrincipalsClient. listDelegatedPermissionClassificationsAsync(String servicePrincipalId)Get delegatedPermissionClassifications from servicePrincipals.com.azure.core.http.rest.PagedFlux<MicrosoftGraphDelegatedPermissionClassificationInner>ServicePrincipalsClient. listDelegatedPermissionClassificationsAsync(String servicePrincipalId, Integer top, Integer skip, String search, String filter, Boolean count, List<ServicePrincipalsOrderby> orderby, List<ServicePrincipalsSelect> select, List<String> expand)Get delegatedPermissionClassifications from servicePrincipals.Methods in com.azure.resourcemanager.authorization.fluent with parameters of type MicrosoftGraphDelegatedPermissionClassificationInner Modifier and Type Method Description MicrosoftGraphDelegatedPermissionClassificationInnerServicePrincipalsClient. createDelegatedPermissionClassifications(String servicePrincipalId, MicrosoftGraphDelegatedPermissionClassificationInner body)Create new navigation property to delegatedPermissionClassifications for servicePrincipals.Mono<MicrosoftGraphDelegatedPermissionClassificationInner>ServicePrincipalsClient. createDelegatedPermissionClassificationsAsync(String servicePrincipalId, MicrosoftGraphDelegatedPermissionClassificationInner body)Create new navigation property to delegatedPermissionClassifications for servicePrincipals.com.azure.core.http.rest.Response<MicrosoftGraphDelegatedPermissionClassificationInner>ServicePrincipalsClient. createDelegatedPermissionClassificationsWithResponse(String servicePrincipalId, MicrosoftGraphDelegatedPermissionClassificationInner body, com.azure.core.util.Context context)Create new navigation property to delegatedPermissionClassifications for servicePrincipals.Mono<com.azure.core.http.rest.Response<MicrosoftGraphDelegatedPermissionClassificationInner>>ServicePrincipalsClient. createDelegatedPermissionClassificationsWithResponseAsync(String servicePrincipalId, MicrosoftGraphDelegatedPermissionClassificationInner body)Create new navigation property to delegatedPermissionClassifications for servicePrincipals.voidServicePrincipalsClient. updateDelegatedPermissionClassifications(String servicePrincipalId, String delegatedPermissionClassificationId, MicrosoftGraphDelegatedPermissionClassificationInner body)Update the navigation property delegatedPermissionClassifications in servicePrincipals.Mono<Void>ServicePrincipalsClient. updateDelegatedPermissionClassificationsAsync(String servicePrincipalId, String delegatedPermissionClassificationId, MicrosoftGraphDelegatedPermissionClassificationInner body)Update the navigation property delegatedPermissionClassifications in servicePrincipals.com.azure.core.http.rest.Response<Void>ServicePrincipalsClient. updateDelegatedPermissionClassificationsWithResponse(String servicePrincipalId, String delegatedPermissionClassificationId, MicrosoftGraphDelegatedPermissionClassificationInner body, com.azure.core.util.Context context)Update the navigation property delegatedPermissionClassifications in servicePrincipals.Mono<com.azure.core.http.rest.Response<Void>>ServicePrincipalsClient. updateDelegatedPermissionClassificationsWithResponseAsync(String servicePrincipalId, String delegatedPermissionClassificationId, MicrosoftGraphDelegatedPermissionClassificationInner body)Update the navigation property delegatedPermissionClassifications in servicePrincipals. -
Uses of MicrosoftGraphDelegatedPermissionClassificationInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphDelegatedPermissionClassificationInner Modifier and Type Method Description MicrosoftGraphDelegatedPermissionClassificationInnerMicrosoftGraphDelegatedPermissionClassificationInner. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: delegatedPermissionClassification.MicrosoftGraphDelegatedPermissionClassificationInnerMicrosoftGraphDelegatedPermissionClassificationInner. withClassification(MicrosoftGraphPermissionClassificationType classification)Set the classification property: permissionClassificationType.MicrosoftGraphDelegatedPermissionClassificationInnerMicrosoftGraphDelegatedPermissionClassificationInner. withId(String id)Set the id property: Read-only.MicrosoftGraphDelegatedPermissionClassificationInnerMicrosoftGraphDelegatedPermissionClassificationInner. withPermissionId(String permissionId)Set the permissionId property: The unique identifier (id) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal.MicrosoftGraphDelegatedPermissionClassificationInnerMicrosoftGraphDelegatedPermissionClassificationInner. withPermissionName(String permissionName)Set the permissionName property: The claim value (value) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphDelegatedPermissionClassificationInner Modifier and Type Method Description List<MicrosoftGraphDelegatedPermissionClassificationInner>MicrosoftGraphServicePrincipalInner. delegatedPermissionClassifications()Get the delegatedPermissionClassifications property: The delegatedPermissionClassifications property.List<MicrosoftGraphDelegatedPermissionClassificationInner>CollectionOfDelegatedPermissionClassification. value()Get the value property: The value property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphDelegatedPermissionClassificationInner Modifier and Type Method Description MicrosoftGraphServicePrincipalInnerMicrosoftGraphServicePrincipalInner. withDelegatedPermissionClassifications(List<MicrosoftGraphDelegatedPermissionClassificationInner> delegatedPermissionClassifications)Set the delegatedPermissionClassifications property: The delegatedPermissionClassifications property.CollectionOfDelegatedPermissionClassificationCollectionOfDelegatedPermissionClassification. withValue(List<MicrosoftGraphDelegatedPermissionClassificationInner> value)Set the value property: The value property.
-