Interface NetworkSecurityGroup.UpdateStages.WithRule

    • Method Detail

      • withoutRule

        NetworkSecurityGroup.Update withoutRule​(String name)
        Removes an existing security rule.
        Parameters:
        name - the name of the security rule to remove
        Returns:
        the next stage of the network security group description
      • updateRule

        NetworkSecurityRule.Update updateRule​(String name)
        Begins the description of an update of an existing security rule of this network security group.
        Parameters:
        name - the name of an existing security rule
        Returns:
        the first stage of the security rule update description