Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineIpTag
-
Packages that use VirtualMachineIpTag Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 VirtualMachineIpTag Modifier and Type Method Description List<VirtualMachineIpTag>VirtualMachinePublicIpAddressConfigurationProperties. 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 VirtualMachineIpTag Modifier and Type Method Description VirtualMachinePublicIpAddressConfigurationPropertiesVirtualMachinePublicIpAddressConfigurationProperties. 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 VirtualMachineIpTag Modifier and Type Method Description VirtualMachineIpTagVirtualMachineIpTag. withIpTagType(String ipTagType)Set the ipTagType property: IP tag type.VirtualMachineIpTagVirtualMachineIpTag. withTag(String tag)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 VirtualMachineIpTag Modifier and Type Method Description List<VirtualMachineIpTag>VirtualMachinePublicIpAddressConfiguration. 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 VirtualMachineIpTag Modifier and Type Method Description VirtualMachinePublicIpAddressConfigurationVirtualMachinePublicIpAddressConfiguration. withIpTags(List<VirtualMachineIpTag> ipTags)Set the ipTags property: The list of IP tags associated with the public IP address.
-