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