Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphKeyValue
-
Packages that use MicrosoftGraphKeyValue Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphKeyValue in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphKeyValue Modifier and Type Method Description MicrosoftGraphKeyValue
MicrosoftGraphKeyValue. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: keyValue.MicrosoftGraphKeyValue
MicrosoftGraphKeyValue. withKey(String key)
Set the key property: Key for the key-value pair.MicrosoftGraphKeyValue
MicrosoftGraphKeyValue. withValue(String value)
Set the value property: Value for the key-value pair.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphKeyValue Modifier and Type Method Description List<MicrosoftGraphKeyValue>
MicrosoftGraphAddIn. properties()
Get the properties property: The properties property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphKeyValue Modifier and Type Method Description MicrosoftGraphAddIn
MicrosoftGraphAddIn. withProperties(List<MicrosoftGraphKeyValue> properties)
Set the properties property: The properties property.
-