Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineIpTag
Packages that use VirtualMachineIpTag
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineIpTag in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return types with arguments of type VirtualMachineIpTagModifier and TypeMethodDescriptionVirtualMachinePublicIpAddressConfigurationProperties.ipTags()Get the ipTags property: The list of IP tags associated with the public IP address.Method parameters in com.azure.resourcemanager.compute.fluent.models with type arguments of type VirtualMachineIpTagModifier and TypeMethodDescriptionVirtualMachinePublicIpAddressConfigurationProperties.withIpTags(List<VirtualMachineIpTag> ipTags) Set the ipTags property: The list of IP tags associated with the public IP address. -
Uses of VirtualMachineIpTag in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineIpTagModifier and TypeMethodDescriptionstatic VirtualMachineIpTagVirtualMachineIpTag.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineIpTag from the JsonReader.VirtualMachineIpTag.withIpTagType(String ipTagType) Set the ipTagType property: IP tag type.Set the tag property: IP tag associated with the public IP.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VirtualMachineIpTagModifier and TypeMethodDescriptionVirtualMachinePublicIpAddressConfiguration.ipTags()Get the ipTags property: The list of IP tags associated with the public IP address.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type VirtualMachineIpTagModifier and TypeMethodDescriptionVirtualMachinePublicIpAddressConfiguration.withIpTags(List<VirtualMachineIpTag> ipTags) Set the ipTags property: The list of IP tags associated with the public IP address.