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