Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetIpTag
Packages that use VirtualMachineScaleSetIpTag
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetIpTag in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return types with arguments of type VirtualMachineScaleSetIpTagModifier and TypeMethodDescriptionVirtualMachineScaleSetPublicIpAddressConfigurationProperties.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 VirtualMachineScaleSetIpTagModifier and TypeMethodDescriptionVirtualMachineScaleSetPublicIpAddressConfigurationProperties.withIpTags(List<VirtualMachineScaleSetIpTag> ipTags) Set the ipTags property: The list of IP tags associated with the public IP address. -
Uses of VirtualMachineScaleSetIpTag in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetIpTagModifier and TypeMethodDescriptionVirtualMachineScaleSetIpTag.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 VirtualMachineScaleSetIpTagModifier and TypeMethodDescriptionVirtualMachineScaleSetPublicIpAddressConfiguration.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 VirtualMachineScaleSetIpTagModifier and TypeMethodDescriptionVirtualMachineScaleSetPublicIpAddressConfiguration.withIpTags(List<VirtualMachineScaleSetIpTag> ipTags) Set the ipTags property: The list of IP tags associated with the public IP address.