Uses of Class
com.azure.resourcemanager.containerservice.models.IpTag
Packages that use IpTag
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of IpTag in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return IpTagModifier and TypeMethodDescriptionstatic IpTagIpTag.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IpTag from the JsonReader.IpTag.withIpTagType(String ipTagType) Set the ipTagType property: The IP tag type.Set the tag property: The value of the IP tag associated with the public IP.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type IpTagModifier and TypeMethodDescriptionAgentPoolNetworkProfile.nodePublicIpTags()Get the nodePublicIpTags property: IPTags of instance-level public IPs.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type IpTagModifier and TypeMethodDescriptionAgentPoolNetworkProfile.withNodePublicIpTags(List<IpTag> nodePublicIpTags) Set the nodePublicIpTags property: IPTags of instance-level public IPs.