Class PublicIpAddressSku


  • public final class PublicIpAddressSku
    extends Object
    Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
    • Constructor Detail

      • PublicIpAddressSku

        public PublicIpAddressSku()
    • Method Detail

      • name

        public PublicIpAddressSkuName name()
        Get the name property: Specify public IP sku name.
        Returns:
        the name value.
      • withName

        public PublicIpAddressSku withName​(PublicIpAddressSkuName name)
        Set the name property: Specify public IP sku name.
        Parameters:
        name - the name value to set.
        Returns:
        the PublicIpAddressSku object itself.
      • tier

        public PublicIpAddressSkuTier tier()
        Get the tier property: Specify public IP sku tier.
        Returns:
        the tier value.
      • withTier

        public PublicIpAddressSku withTier​(PublicIpAddressSkuTier tier)
        Set the tier property: Specify public IP sku tier.
        Parameters:
        tier - the tier value to set.
        Returns:
        the PublicIpAddressSku object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.