Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSettingSource
-
Packages that use MicrosoftGraphSettingSource Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphSettingSource in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphSettingSource Modifier and Type Method Description MicrosoftGraphSettingSource
MicrosoftGraphSettingSource. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: settingSource.MicrosoftGraphSettingSource
MicrosoftGraphSettingSource. withDisplayName(String displayName)
Set the displayName property: Not yet documented.MicrosoftGraphSettingSource
MicrosoftGraphSettingSource. withId(String id)
Set the id property: Not yet documented.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphSettingSource Modifier and Type Method Description List<MicrosoftGraphSettingSource>
MicrosoftGraphDeviceCompliancePolicySettingState. sources()
Get the sources property: Contributing policies.List<MicrosoftGraphSettingSource>
MicrosoftGraphDeviceConfigurationSettingState. sources()
Get the sources property: Contributing policies.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphSettingSource Modifier and Type Method Description MicrosoftGraphDeviceCompliancePolicySettingState
MicrosoftGraphDeviceCompliancePolicySettingState. withSources(List<MicrosoftGraphSettingSource> sources)
Set the sources property: Contributing policies.MicrosoftGraphDeviceConfigurationSettingState
MicrosoftGraphDeviceConfigurationSettingState. withSources(List<MicrosoftGraphSettingSource> sources)
Set the sources property: Contributing policies.
-