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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type VirtualMachineScaleSetIpTagModifier and TypeClassDescriptionfinal classContains the IP tag associated with the public IP address.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetIpTagModifier and TypeMethodDescriptionstatic VirtualMachineScaleSetIpTagVirtualMachineScaleSetIpTag.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetIpTag from the JsonReader.VirtualMachineScaleSetIpTag.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.