Uses of Class
com.azure.resourcemanager.network.models.IpTag
-
Packages that use IpTag Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 IpTag Modifier and Type Method Description List<IpTag>PublicIpAddressInner. ipTags()Get the ipTags property: The list of tags associated with the public IP address.List<IpTag>PublicIpAddressPropertiesFormatInner. ipTags()Get the ipTags property: The list of tags associated with the public IP address.List<IpTag>PublicIpPrefixInner. ipTags()Get the ipTags property: The list of tags associated with the public IP prefix.List<IpTag>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 IpTag Modifier and Type Method Description PublicIpAddressInnerPublicIpAddressInner. withIpTags(List<IpTag> ipTags)Set the ipTags property: The list of tags associated with the public IP address.PublicIpAddressPropertiesFormatInnerPublicIpAddressPropertiesFormatInner. withIpTags(List<IpTag> ipTags)Set the ipTags property: The list of tags associated with the public IP address.PublicIpPrefixInnerPublicIpPrefixInner. withIpTags(List<IpTag> ipTags)Set the ipTags property: The list of tags associated with the public IP prefix.PublicIpPrefixPropertiesFormatInnerPublicIpPrefixPropertiesFormatInner. 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 IpTag Modifier and Type Method Description IpTagIpTag. withIpTagType(String ipTagType)Set the ipTagType property: The IP tag type.IpTagIpTag. withTag(String tag)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 IpTag Modifier and Type Method Description List<IpTag>PublicIpAddress. ipTags()List<IpTag>PublicIpPrefix. ipTags()Method parameters in com.azure.resourcemanager.network.models with type arguments of type IpTag Modifier and Type Method Description PublicIpPrefix.DefinitionStages.WithCreatePublicIpPrefix.DefinitionStages.WithIpTags. withIpTags(List<IpTag> ipTags)Specifies ipTags.PublicIpPrefix.UpdatePublicIpPrefix.UpdateStages.WithIpTags. withIpTags(List<IpTag> ipTags)Specifies ipTags.
-