Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphHomeRealmDiscoveryPolicyInner
Packages that use MicrosoftGraphHomeRealmDiscoveryPolicyInner
Package
Description
Package containing the service clients for AuthorizationManagementClient.
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphHomeRealmDiscoveryPolicyInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type MicrosoftGraphHomeRealmDiscoveryPolicyInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<MicrosoftGraphHomeRealmDiscoveryPolicyInner>ApplicationsClient.listHomeRealmDiscoveryPolicies(String applicationId) Get homeRealmDiscoveryPolicies from applications.com.azure.core.http.rest.PagedIterable<MicrosoftGraphHomeRealmDiscoveryPolicyInner>ApplicationsClient.listHomeRealmDiscoveryPolicies(String applicationId, Integer top, Integer skip, String search, String filter, Boolean count, List<ApplicationsOrderby> orderby, List<ApplicationsSelect> select, List<ApplicationsExpand> expand, com.azure.core.util.Context context) Get homeRealmDiscoveryPolicies from applications.com.azure.core.http.rest.PagedFlux<MicrosoftGraphHomeRealmDiscoveryPolicyInner>ApplicationsClient.listHomeRealmDiscoveryPoliciesAsync(String applicationId) Get homeRealmDiscoveryPolicies from applications.com.azure.core.http.rest.PagedFlux<MicrosoftGraphHomeRealmDiscoveryPolicyInner>ApplicationsClient.listHomeRealmDiscoveryPoliciesAsync(String applicationId, Integer top, Integer skip, String search, String filter, Boolean count, List<ApplicationsOrderby> orderby, List<ApplicationsSelect> select, List<ApplicationsExpand> expand) Get homeRealmDiscoveryPolicies from applications. -
Uses of MicrosoftGraphHomeRealmDiscoveryPolicyInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphHomeRealmDiscoveryPolicyInnerModifier and TypeMethodDescriptionMicrosoftGraphHomeRealmDiscoveryPolicyInner.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Represents an Azure Active Directory object.MicrosoftGraphHomeRealmDiscoveryPolicyInner.withAppliesTo(List<MicrosoftGraphDirectoryObjectInner> appliesTo) Set the appliesTo property: The appliesTo property.MicrosoftGraphHomeRealmDiscoveryPolicyInner.withDefinition(List<String> definition) Set the definition property: A string collection containing a JSON string that defines the rules and settings for a policy.MicrosoftGraphHomeRealmDiscoveryPolicyInner.withDeletedDateTime(OffsetDateTime deletedDateTime) Set the deletedDateTime property: The deletedDateTime property.MicrosoftGraphHomeRealmDiscoveryPolicyInner.withDescription(String description) Set the description property: Description for this policy.MicrosoftGraphHomeRealmDiscoveryPolicyInner.withDisplayName(String displayName) Set the displayName property: Display name for this policy.Set the id property: Read-only.MicrosoftGraphHomeRealmDiscoveryPolicyInner.withIsOrganizationDefault(Boolean isOrganizationDefault) Set the isOrganizationDefault property: If set to true, activates this policy.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphHomeRealmDiscoveryPolicyInnerModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.homeRealmDiscoveryPolicies()Get the homeRealmDiscoveryPolicies property: The homeRealmDiscoveryPolicies property.MicrosoftGraphServicePrincipalInner.homeRealmDiscoveryPolicies()Get the homeRealmDiscoveryPolicies property: The homeRealmDiscoveryPolicies assigned to this service principal.CollectionOfHomeRealmDiscoveryPolicy.value()Get the value property: The value property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphHomeRealmDiscoveryPolicyInnerModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.withHomeRealmDiscoveryPolicies(List<MicrosoftGraphHomeRealmDiscoveryPolicyInner> homeRealmDiscoveryPolicies) Set the homeRealmDiscoveryPolicies property: The homeRealmDiscoveryPolicies property.MicrosoftGraphServicePrincipalInner.withHomeRealmDiscoveryPolicies(List<MicrosoftGraphHomeRealmDiscoveryPolicyInner> homeRealmDiscoveryPolicies) Set the homeRealmDiscoveryPolicies property: The homeRealmDiscoveryPolicies assigned to this service principal.CollectionOfHomeRealmDiscoveryPolicy.withValue(List<MicrosoftGraphHomeRealmDiscoveryPolicyInner> value) Set the value property: The value property.