Uses of Class
com.azure.resourcemanager.authorization.fluent.models.CollectionOfExtension1
-
Packages that use CollectionOfExtension1 Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of CollectionOfExtension1 in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return CollectionOfExtension1 Modifier and Type Method Description CollectionOfExtension1
CollectionOfExtension1. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Collection of extension.CollectionOfExtension1
CollectionOfExtension1. withOdataNextLink(String odataNextLink)
Set the odataNextLink property: The @odata.nextLink property.CollectionOfExtension1
CollectionOfExtension1. withValue(List<MicrosoftGraphExtensionInner> value)
Set the value property: The value property.
-