Uses of Class
com.azure.resourcemanager.appservice.models.NameIdentifierCollection
Packages that use NameIdentifierCollection
Package
Description
Package containing the data models for AppService.
-
Uses of NameIdentifierCollection in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type NameIdentifierCollectionModifier and TypeClassDescriptionfinal classPaged collection of NameIdentifier items.Methods in com.azure.resourcemanager.appservice.models that return NameIdentifierCollectionModifier and TypeMethodDescriptionstatic NameIdentifierCollectionNameIdentifierCollection.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NameIdentifierCollection from the JsonReader.NameIdentifierCollection.withNextLink(String nextLink) Set the nextLink property: The link to the next page of items.NameIdentifierCollection.withValue(List<NameIdentifierInner> value) Set the value property: The NameIdentifier items on this page.