Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphHomeRealmDiscoveryPolicyInner
-
Packages that use MicrosoftGraphHomeRealmDiscoveryPolicyInner 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 MicrosoftGraphHomeRealmDiscoveryPolicyInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type MicrosoftGraphHomeRealmDiscoveryPolicyInner Modifier and Type Method Description com.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.PagedIterable<MicrosoftGraphHomeRealmDiscoveryPolicyInner>ServicePrincipalsClient. listHomeRealmDiscoveryPolicies(String servicePrincipalId)Get homeRealmDiscoveryPolicies from servicePrincipals.com.azure.core.http.rest.PagedIterable<MicrosoftGraphHomeRealmDiscoveryPolicyInner>ServicePrincipalsClient. listHomeRealmDiscoveryPolicies(String servicePrincipalId, Integer top, Integer skip, String search, String filter, Boolean count, List<ServicePrincipalsOrderby> orderby, List<ServicePrincipalsSelect> select, List<ServicePrincipalsExpand> expand, com.azure.core.util.Context context)Get homeRealmDiscoveryPolicies from servicePrincipals.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.com.azure.core.http.rest.PagedFlux<MicrosoftGraphHomeRealmDiscoveryPolicyInner>ServicePrincipalsClient. listHomeRealmDiscoveryPoliciesAsync(String servicePrincipalId)Get homeRealmDiscoveryPolicies from servicePrincipals.com.azure.core.http.rest.PagedFlux<MicrosoftGraphHomeRealmDiscoveryPolicyInner>ServicePrincipalsClient. listHomeRealmDiscoveryPoliciesAsync(String servicePrincipalId, Integer top, Integer skip, String search, String filter, Boolean count, List<ServicePrincipalsOrderby> orderby, List<ServicePrincipalsSelect> select, List<ServicePrincipalsExpand> expand)Get homeRealmDiscoveryPolicies from servicePrincipals. -
Uses of MicrosoftGraphHomeRealmDiscoveryPolicyInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphHomeRealmDiscoveryPolicyInner Modifier and Type Method Description MicrosoftGraphHomeRealmDiscoveryPolicyInnerMicrosoftGraphHomeRealmDiscoveryPolicyInner. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: Represents an Azure Active Directory object.MicrosoftGraphHomeRealmDiscoveryPolicyInnerMicrosoftGraphHomeRealmDiscoveryPolicyInner. withAppliesTo(List<MicrosoftGraphDirectoryObjectInner> appliesTo)Set the appliesTo property: The appliesTo property.MicrosoftGraphHomeRealmDiscoveryPolicyInnerMicrosoftGraphHomeRealmDiscoveryPolicyInner. withDefinition(List<String> definition)Set the definition property: A string collection containing a JSON string that defines the rules and settings for a policy.MicrosoftGraphHomeRealmDiscoveryPolicyInnerMicrosoftGraphHomeRealmDiscoveryPolicyInner. withDeletedDateTime(OffsetDateTime deletedDateTime)Set the deletedDateTime property: The deletedDateTime property.MicrosoftGraphHomeRealmDiscoveryPolicyInnerMicrosoftGraphHomeRealmDiscoveryPolicyInner. withDescription(String description)Set the description property: Description for this policy.MicrosoftGraphHomeRealmDiscoveryPolicyInnerMicrosoftGraphHomeRealmDiscoveryPolicyInner. withDisplayName(String displayName)Set the displayName property: Display name for this policy.MicrosoftGraphHomeRealmDiscoveryPolicyInnerMicrosoftGraphHomeRealmDiscoveryPolicyInner. withId(String id)Set the id property: Read-only.MicrosoftGraphHomeRealmDiscoveryPolicyInnerMicrosoftGraphHomeRealmDiscoveryPolicyInner. 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 MicrosoftGraphHomeRealmDiscoveryPolicyInner Modifier and Type Method Description List<MicrosoftGraphHomeRealmDiscoveryPolicyInner>MicrosoftGraphApplicationInner. homeRealmDiscoveryPolicies()Get the homeRealmDiscoveryPolicies property: The homeRealmDiscoveryPolicies property.List<MicrosoftGraphHomeRealmDiscoveryPolicyInner>MicrosoftGraphServicePrincipalInner. homeRealmDiscoveryPolicies()Get the homeRealmDiscoveryPolicies property: The homeRealmDiscoveryPolicies assigned to this service principal.List<MicrosoftGraphHomeRealmDiscoveryPolicyInner>CollectionOfHomeRealmDiscoveryPolicy. value()Get the value property: The value property.List<MicrosoftGraphHomeRealmDiscoveryPolicyInner>CollectionOfHomeRealmDiscoveryPolicy0. value()Get the value property: The value property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphHomeRealmDiscoveryPolicyInner Modifier and Type Method Description MicrosoftGraphApplicationInnerMicrosoftGraphApplicationInner. withHomeRealmDiscoveryPolicies(List<MicrosoftGraphHomeRealmDiscoveryPolicyInner> homeRealmDiscoveryPolicies)Set the homeRealmDiscoveryPolicies property: The homeRealmDiscoveryPolicies property.MicrosoftGraphServicePrincipalInnerMicrosoftGraphServicePrincipalInner. withHomeRealmDiscoveryPolicies(List<MicrosoftGraphHomeRealmDiscoveryPolicyInner> homeRealmDiscoveryPolicies)Set the homeRealmDiscoveryPolicies property: The homeRealmDiscoveryPolicies assigned to this service principal.CollectionOfHomeRealmDiscoveryPolicyCollectionOfHomeRealmDiscoveryPolicy. withValue(List<MicrosoftGraphHomeRealmDiscoveryPolicyInner> value)Set the value property: The value property.CollectionOfHomeRealmDiscoveryPolicy0CollectionOfHomeRealmDiscoveryPolicy0. withValue(List<MicrosoftGraphHomeRealmDiscoveryPolicyInner> value)Set the value property: The value property.
-