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 MicrosoftGraphSettingSourceMicrosoftGraphSettingSource. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: settingSource.MicrosoftGraphSettingSourceMicrosoftGraphSettingSource. withDisplayName(String displayName)Set the displayName property: Not yet documented.MicrosoftGraphSettingSourceMicrosoftGraphSettingSource. 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 MicrosoftGraphDeviceCompliancePolicySettingStateMicrosoftGraphDeviceCompliancePolicySettingState. withSources(List<MicrosoftGraphSettingSource> sources)Set the sources property: Contributing policies.MicrosoftGraphDeviceConfigurationSettingStateMicrosoftGraphDeviceConfigurationSettingState. withSources(List<MicrosoftGraphSettingSource> sources)Set the sources property: Contributing policies.
-