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