Uses of Class
com.azure.resourcemanager.network.models.IpTag
Packages that use IpTag
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of IpTag in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type IpTagModifier and TypeMethodDescriptionPublicIpAddressInner.ipTags()Get the ipTags property: The list of tags associated with the public IP address.PublicIpAddressPropertiesFormatInner.ipTags()Get the ipTags property: The list of tags associated with the public IP address.PublicIpPrefixInner.ipTags()Get the ipTags property: The list of tags associated with the public IP prefix.PublicIpPrefixPropertiesFormatInner.ipTags()Get the ipTags property: The list of tags associated with the public IP prefix.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type IpTagModifier and TypeMethodDescriptionPublicIpAddressInner.withIpTags(List<IpTag> ipTags) Set the ipTags property: The list of tags associated with the public IP address.PublicIpAddressPropertiesFormatInner.withIpTags(List<IpTag> ipTags) Set the ipTags property: The list of tags associated with the public IP address.PublicIpPrefixInner.withIpTags(List<IpTag> ipTags) Set the ipTags property: The list of tags associated with the public IP prefix.PublicIpPrefixPropertiesFormatInner.withIpTags(List<IpTag> ipTags) Set the ipTags property: The list of tags associated with the public IP prefix. -
Uses of IpTag in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.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.network.models that return types with arguments of type IpTagModifier and TypeMethodDescriptionPublicIpAddress.ipTags()Gets read-only list of ipTags assosiated with public ip address.PublicIpPrefix.ipTags()Gets the IP tags value.Method parameters in com.azure.resourcemanager.network.models with type arguments of type IpTagModifier and TypeMethodDescriptionPublicIpPrefix.DefinitionStages.WithIpTags.withIpTags(List<IpTag> ipTags) Specifies ipTags.PublicIpPrefix.UpdateStages.WithIpTags.withIpTags(List<IpTag> ipTags) Specifies ipTags.