Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetIpTag
-
Packages that use VirtualMachineScaleSetIpTag 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 VirtualMachineScaleSetIpTag in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return types with arguments of type VirtualMachineScaleSetIpTag Modifier and Type Method Description List<VirtualMachineScaleSetIpTag>VirtualMachineScaleSetPublicIpAddressConfigurationProperties. 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 VirtualMachineScaleSetIpTag Modifier and Type Method Description VirtualMachineScaleSetPublicIpAddressConfigurationPropertiesVirtualMachineScaleSetPublicIpAddressConfigurationProperties. 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 VirtualMachineScaleSetIpTag Modifier and Type Method Description VirtualMachineScaleSetIpTagVirtualMachineScaleSetIpTag. withIpTagType(String ipTagType)Set the ipTagType property: IP tag type.VirtualMachineScaleSetIpTagVirtualMachineScaleSetIpTag. 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 VirtualMachineScaleSetIpTag Modifier and Type Method Description List<VirtualMachineScaleSetIpTag>VirtualMachineScaleSetPublicIpAddressConfiguration. 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 VirtualMachineScaleSetIpTag Modifier and Type Method Description VirtualMachineScaleSetPublicIpAddressConfigurationVirtualMachineScaleSetPublicIpAddressConfiguration. withIpTags(List<VirtualMachineScaleSetIpTag> ipTags)Set the ipTags property: The list of IP tags associated with the public IP address.
-